Meta Data Services Programming
Repository RootObject Property
This property is the repository root object for the open repository. The root object provides a starting location for all subsequent navigation through the information models you have installed. This is a read-only property.
Syntax
Set variable = object.RootObject
The RootObject property syntax has the following parts.
Part | Description |
---|---|
variable | A variable declared as a RepositoryObject. It receives the root repository object (ReposRoot). |
object | The object that represents the open repository instance through which application code or a tool interacts with a repository. |