Workspace MajorDBVersion Property
From Meta Data Services Programming
Meta Data Services Programming
Workspace MajorDBVersion Property
This property retrieves the major 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.MajorDBVersion
The MajorDBVersion property syntax has the following parts.
| Part | Description |
|---|---|
| variable | Declared as long. It receives the database major version. |
| object | The object that represents the open repository instance. |
See Also
RepositoryObjectVersion Object