IDtcTransaction.Commit(Int32, Int32, Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
認可交易。
public:
void Commit(int retaining, int commitType, int reserved);
public void Commit (int retaining, int commitType, int reserved);
abstract member Commit : int * int * int -> unit
Public Sub Commit (retaining As Integer, commitType As Integer, reserved As Integer)
參數
- retaining
- Int32
這個值必須為 false
。
- commitType
- Int32
取自 OLE DB 列舉型別 XACTTC
的值
- reserved
- Int32
這個值必須為零。
備註
如需 的值 commitType
,請參閱 ITransaction::Commit
OLE DB 程式設計人員參考。
您不應該實作這個介面的任何方法,因為它只會由 TransactionInterop 類別在內部使用,以代表命名空間介面的 System.EnterpriseServices Unmanaged 版本 ITransaction 。