ITransaction Interfaz

Definición

Se corresponde con la interfaz ITransaction del Coordinador de transacciones distribuidas (DTC) y es compatible con los objetos obtenidos a través de 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
Atributos

Métodos

Abort(BOID, Int32, Int32)

Anula la transacción.

Commit(Int32, Int32, Int32)

Confirma la transacción.

GetTransactionInfo(XACTTRANSINFO)

Devuelve información acerca de un objeto de transacción.

Se aplica a