Workspace MinorDBVersion Property
From Meta Data Services Programming
Meta Data Services Programming
Workspace MinorDBVersion Property
This property retrieves 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. |