ITransaction Interface

Definitie

Komt overeen met de DTC-interface (Distributed Transaction Coordinator) ITransaction en wordt ondersteund door objecten die zijn verkregen via 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
Kenmerken

Methoden

Name Description
Abort(BOID, Int32, Int32)

De transactie wordt afgebroken.

Commit(Int32, Int32, Int32)

De transactie doorvoert.

GetTransactionInfo(XACTTRANSINFO)

Retourneert informatie over een transactieobject.

Van toepassing op