ITransaction Interface

Définition

Correspond à l'interface ITransaction DTC (Distributed Transaction Coordinator) et est pris en charge par les objets obtenus par le biais 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
Attributs

Méthodes

Abort(BOID, Int32, Int32)

Abandonne la transaction.

Commit(Int32, Int32, Int32)

Valide la transaction.

GetTransactionInfo(XACTTRANSINFO)

Retourne les informations relatives à un objet de transaction.

S’applique à