SchemaRev

Description

Returns the schema revision currently in use by the database.

Il s'agit d'une propriété en lecture seule ; elle peut être visualisée mais pas définie.

To change the schema revision of an existing database, you must upgrade the database by calling the Upgrade method. If you are creating a new database, you can set its initial schema revision using the SetInitialSchemaRev method.

Syntaxe

VBScript

database.SchemaRev 

Perl

$database->GetSchemaRev(); 
Identificateur
Description
base_de_données
Objet base de données.
Valeur renvoyée
A SchemaRev object corresponding to the schema revision in use by this database.

Feedback