IRepository::get_Transaction

Meta Data Services Programming

Meta Data Services Programming

IRepository::get_Transaction

This method retrieves the IRepositoryTransaction interface pointer for this repository instance. Use the IRepositoryTransaction interface to manage repository transactions for this repository instance.

HRESULT get_Transaction(     IRepositoryTransaction    **ppIRepTrans
);

Parts

*ppIRepTrans

[out]
The IRepositoryTransaction interface pointer.

Return Value

S_OK

The method completed successfully.

Error Values

This method failed to complete successfully.

See Also

IRepository Interface