ITransaction Interfaccia

Definizione

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.

Si applica a