ITransaction Interface

Definição

Corresponde à interface do Distributed Transaction Coordinator (DTC) ITransaction e é suportado por objetos obtidos através Transactionde .

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

Name Description
Abort(BOID, Int32, Int32)

Aborta a transação.

Commit(Int32, Int32, Int32)

Faz commit da transação.

GetTransactionInfo(XACTTRANSINFO)

Informação de devolução sobre um objeto de transação.

Aplica-se a