ITransaction Interfaccia
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Corrisponde all'interfaccia Distributed Transaction Coordinator (DTC) ITransaction ed è supportata dagli oggetti ottenuti tramite Transaction.
public interface class ITransaction
[System.Runtime.InteropServices.Guid("0FB15084-AF41-11CE-BD2B-204C4F4F5020")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface ITransaction
[<System.Runtime.InteropServices.Guid("0FB15084-AF41-11CE-BD2B-204C4F4F5020")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type ITransaction = interface
Public Interface ITransaction
- Attributi
Metodi
| Nome | Descrizione |
|---|---|
| Abort(BOID, Int32, Int32) |
Interrompe la transazione. |
| Commit(Int32, Int32, Int32) |
Esegue il commit della transazione. |
| GetTransactionInfo(XACTTRANSINFO) |
Restituisce informazioni su un oggetto transazione. |