ITransaction Interfaccia

Definizione

Corrisponde all'interfaccia DTC (Distributed Transaction Coordinator) ITransaction ed è supportata da oggetti ottenuti tramite la proprietà 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

Abort(BOID, Int32, Int32)

Consente di interrompere la transazione.

Commit(Int32, Int32, Int32)

Consente di eseguire il commit della transazione.

GetTransactionInfo(XACTTRANSINFO)

Restituisce informazioni su un oggetto di transazione.

Si applica a