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
);
Parameters
*ppIRepTrans
[out]
The IRepositoryTransaction interface pointer.
Return Value
S_OK
The method completed successfully.
Error
This method failed to complete successfully.