ITransactionProxy::P romote 方法 (comsvcs.h)
將非 DTC 交易升階為 DTC 交易。
語法
HRESULT Promote(
[out] ITransaction **pTransaction
);
參數
[out] pTransaction
代表 DTC 交易的 ITransaction 實作。
傳回值
這個方法可以傳回標準傳回值E_INVALIDARG、E_OUTOFMEMORY、E_UNEXPECTED和S_OK。
備註
將非 DTC 交易升階至 DTC 交易的原因包括匯出交易和使用佇列 Moniker Recorder。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | 具有 SP2 的 Windows XP [僅限傳統型應用程式] |
最低支援的伺服器 | Windows Server 2003 SP1 [僅限傳統型應用程式] |
目標平台 | Windows |
標頭 | comsvcs.h |