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
- 屬性
方法
| 名稱 | Description |
|---|---|
| Abort(BOID, Int32, Int32) |
終止交易。 |
| Commit(Int32, Int32, Int32) |
提交交易。 |
| GetTransactionInfo(XACTTRANSINFO) |
回傳關於交易物件的資訊。 |