VersionedRelationship Source Property

Meta Data Services Programming

Meta Data Services Programming

VersionedRelationship Source Property

This property is the source object of the current version of the relationship. 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 IRelationship 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.Source

The Source property syntax has the following parts.

Part Description
variable A variable declared as a RepositoryObjectVersion. It receives the source object version for the relationship.
object An object expression that evaluates to a VersionedRelationship object.

See Also

IRelationship Interface

Relationship Object

VersionedRelationship Object