IRelationshipCol::get_Type

Meta Data Services Programming

Meta Data Services Programming

IRelationshipCol::get_Type

This method retrieves the type of the collection; that is, it returns the object identifier for the definition object of the collection.

HRESULT get_Type(
    VARIANT
   *pColDefObjId
);

Parts

*pColDefObjId

[out]
The object identifier of the definition object of the collection.

Return Value

S_OK

The method completed successfully.

Error Values

This method failed to complete successfully.

See Also

IRelationshipCol Interface