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