ITransaction Schnittstelle

Definition

Entspricht der ITransaction-Schnittstelle des DTC (Distributed Transaction Coordinator) und wird von Objekten unterstützt, die mit Transaction abgerufen werden.

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
Attribute

Methoden

Abort(BOID, Int32, Int32)

Bricht die Transaktion ab.

Commit(Int32, Int32, Int32)

Führt ein Commit der Transaktion aus.

GetTransactionInfo(XACTTRANSINFO)

Gibt Informationen über ein Transaktionsobjekt zurück.

Gilt für: