ITransaction Interface

Definição

Corresponde à interface ITransaction DTC (Coordenador de Transações Distribuídas) e tem suporte de objetos obtidos por meio de Transaction.Corresponds to the Distributed Transaction Coordinator (DTC) ITransaction interface and is supported by objects obtained through 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 a transação.Aborts the transaction.

Commit(Int32, Int32, Int32)

Confirma a transação.Commits the transaction.

GetTransactionInfo(XACTTRANSINFO)

Retorna informações sobre um objeto de transação.Returns information about a transaction object.

Aplica-se a