IRepositoryObject::get_InternalID

Meta Data Services Programming

Meta Data Services Programming

IRepositoryObject::get_InternalID

This method obtains the internal identifier for a repository object.

HRESULT get_InternalID(VARIANT   *psInternalId);

Parameters

*psInternalId

[out]
The internal identifier of the current repository object.

Return Value

S_OK

The method completed successfully.

Error Values

This method failed to complete successfully.

Remarks

This method retrieves the internal object identifier, not the internal object-version identifier.

See Also

IRepositoryObject Interface