VersionedRelationship Origin Property

Meta Data Services Programming

Meta Data Services Programming

VersionedRelationship Origin Property

This property is the origin 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.Origin

The Origin property syntax has the following parts.

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

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

See Also

IRelationship Interface

Relationship Object

VersionedRelationship Object

VersionedRelationship Source Property

VersionedRelationship Target Property