IDtcTransaction 介面

定義

描述 DTC 交易。

public interface class IDtcTransaction
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IDtcTransaction
public interface IDtcTransaction
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.Guid("0fb15084-af41-11ce-bd2b-204c4f4f5020")]
public interface IDtcTransaction
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IDtcTransaction = interface
type IDtcTransaction = interface
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Runtime.InteropServices.Guid("0fb15084-af41-11ce-bd2b-204c4f4f5020")>]
type IDtcTransaction = interface
Public Interface IDtcTransaction
屬性

備註

您不應該實作這個介面,因為它只會由 TransactionInterop 類別在內部使用,以代表命名空間介面的 ITransactionSystem.EnterpriseServices Unmanaged 版本。

方法

Abort(IntPtr, Int32, Int32)

中止交易。

Commit(Int32, Int32, Int32)

認可交易。

GetTransactionInfo(IntPtr)

擷取交易的資訊。

適用於