IRelationshipCol::get_Source

Meta Data Services Programming

Meta Data Services Programming

IRelationshipCol::get_Source

This method retrieves an interface pointer for the source object version of the collection.

HRESULT get_Source(
    IRepositoryObject   **ppIInterface
);

Parts

*ppIInterface

[out]
The interface pointer of the interface for the source object.

Return Value

S_OK

The method completed successfully.

Error Values

This method failed to complete successfully.

See Also

IRelationshipCol Interface