ITransactionJoin

ITransactionJoin is exposed only by providers that support distributed transactions. The consumer calls QueryInterface for ITransactionJoin to determine whether the provider supports coordinated transactions.

Method Description
GetOptionsObject Returns an object that can be used to specify configuration options for a subsequent call to JoinTransaction.
JoinTransaction Requests that the session enlist in a coordinated transaction.

 

ITransactionJoin::GetOptionsObject

Returns an object that can be used to specify configuration options for a subsequent call to JoinTransaction. For information on how this interface is implemented, see the OLE DB Programmer’s Reference.

ITransactionJoin::JoinTransaction

Requests that the session enlist in a coordinated transaction. For information on how this interface is implemented, see the OLE DB Programmer’s Reference.