ITransaction 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
對應分散式交易協調器 (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
- 屬性
方法
Abort(BOID, Int32, Int32) |
中止交易。 |
Commit(Int32, Int32, Int32) |
認可交易。 |
GetTransactionInfo(XACTTRANSINFO) |
傳回關於交易物件的資訊。 |