ITransaction 介面

定義

對應於分散式交易協調器(DTC) ITransaction 介面,並由透過 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
屬性

方法

名稱 Description
Abort(BOID, Int32, Int32)

終止交易。

Commit(Int32, Int32, Int32)

提交交易。

GetTransactionInfo(XACTTRANSINFO)

回傳關於交易物件的資訊。

適用於