ITransaction Schnittstelle

Definition

Entspricht der DTC-Schnittstelle (Distributed Transaction Coordinator) ITransaction und wird von Objekten unterstützt, die über Transactiondas Objekt 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

Name Beschreibung
Abort(BOID, Int32, Int32)

Bricht die Transaktion ab.

Commit(Int32, Int32, Int32)

Führt einen Commit für die Transaktion durch.

GetTransactionInfo(XACTTRANSINFO)

Gibt Informationen zu einem Transaktionsobjekt zurück.

Gilt für: