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.
VBScript
database.SchemaRev
Perl
$database->GetSchemaRev();