OLE DB Programmer's Reference

ITransactionLocal : ITransaction

ITransactionLocal is an optional interface on sessions. It is used to start, commit, and abort transactions on the session. For more information, see "Simple Transactions" in Chapter 15: Transactions.

Method Description
GetOptionsObject Returns an object that can be used to specify configuration options for a subsequent call to StartTransaction.
StartTransaction Begins a new transaction.
(Inherited) All methods of ITransaction.