Workspace Repository Property

Meta Data Services Programming

Meta Data Services Programming

Workspace Repository Property

This property is the open repository instance through which this workspace was instantiated. 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 IRepositoryObjectVersion interface. For more information about accessing a member of an interface that is not the default interface, see Accessing Automation Object Members.

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 Workspace object.

See Also

Repository Object

RepositoryObjectVersion Object

ReposProperty Object

Workspace Object