VersionedRelationship Name Property

Meta Data Services Programming

Meta Data Services Programming

VersionedRelationship Name Property

This property is a character string that contains the name that the relationship assigns to the destination object.

This property is not attached to the default interface for the repository Automation object; it is attached to the IRepositoryItem interface. For more information about accessing a member of an interface that is not the default interface, see Accessing Automation Object Members.

Syntax

object.Name

The Name property syntax has the following part.

Part Description
object An object expression that evaluates to a VersionedRelationship object
Remarks

A relationship's name is the name by which the origin object version refers to every destination object version in its TargetVersions collection. When you access or set the Name property for an origin versioned relationship, it is this name that the repository engine retrieves or sets for you.

When you access or set the Name property for a destination versioned relationship, the repository engine takes a different action. For more information, see Changing a Destination Relationship's Name.

See Also

INamedObject Interface

IRepositoryItem Interface

Relationship Object

VersionedRelationship Object