VersionedRelationship Destination Property

Meta Data Services Programming

Meta Data Services Programming

VersionedRelationship Destination Property

This property is the destination 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.Destination

The Destination property syntax has the following parts.

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

If the object is a destination versioned relationship, this property is equivalent to the Source property. If the object is an origin versioned relationship, this property is equivalent to the Target property.

See Also

IRelationship Interface

Relationship Object

VersionedRelationship Object

VersionedRelationship Source Property

VersionedRelationship Target Property