RepositoryObject Repository Property

Meta Data Services Programming

Meta Data Services Programming

RepositoryObject Repository Property

The Repository property is the open repository instance through which a repository object is instantiated. This is a read-only property.

Syntax

Set variable  = object.Repository

The Repository property syntax has the following parts.

Part Description
variable A variable declared as an instance of the Repository class. It receives the object that represents the open repository instance.
object An object expression that evaluates to a RepositoryObject object.

See Also

Repository Object

RepositoryObject Object