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.