IVersionedRelationship::get_TargetVersions

Meta Data Services Programming

Meta Data Services Programming

IVersionedRelationship::get_TargetVersions

Retrieves an IVersionCol interface pointer to a collection of object versions. Each item in the collection is a particular version of the target object to which a versioned relationship refers.

HRESULT get_TargetVersions(     IVersionCol **ppTargetVersions
);

Parameters

**ppTargetVersions

[out]
The IVersionCol interface pointer for the collection of target object versions.

Return Value

S_OK

The method completed successfully.

Error Values

This method failed to complete successfully.

See Also

IRelationship Interface

IVersionedRelationship Interface