Repository MinorDBVersion Property

Meta Data Services Programming

Meta Data Services Programming

Repository MinorDBVersion Property

This property returns the minor version number of the first repository engine version that introduced this database format. This is a read-only property.

This property is not attached to the default interface for the repository Automation object; it is attached to the IRepository2 interface. For more information about accessing a member of an interface that is not the default interface, see Accessing Automation Object Members.

Syntax

variable  =  object.MinorDBVersion

The MinorDBVersion property syntax has the following parts.

Part Description
variable Declared as long. It receives the database minor version.
object The object that represents the open repository instance.
Remarks

Database version information is stored in the RTblDatabaseVersion SQL Table. Major version information can be retrieved using the MajorDBVersion property.

See Also

IRepository2 Interface

Repository MajorDBVersion Property

Repository Object

RTblDatabaseVersion SQL Table

Upgrading and Migrating a Repository Database