SchemaRev
Description
Returns the schema revision currently in use by the database.
This is a read-only property; it can be viewed but not set.
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.
Syntax
VBScript
database.SchemaRev
Perl
$database->GetSchemaRev
();
- Identifier
- Description
- database
- A Database object.
- Return value
- A SchemaRev object corresponding to the schema revision in use by this database.