Repository Object Property

Meta Data Services Programming

Meta Data Services Programming

Repository Object Property

Use this property to retrieve a particular instance of a RepositoryObject. This property is read-only.

Syntax

Set variable  =  object.Object(objectId)

The Object property syntax has the following parts.

Part Description
variable Declared as a RepositoryObject. It receives the repository object.
object The object that represents the open repository instance through which application code or a tool interacts with a repository.
objectId The object identifier for the repository object to be retrieved.
Remarks

The repository returns the latest version of a repository object. For more information about how the repository engine selects a specific version, see Resolution Strategy for Objects and Object Versions.

See Also

Object Identifiers and Internal Identifiers

Repository Object