次の方法で共有


ITransactionEnlistmentManager インターフェイス

定義

現在 Transactionの を管理します。

このインターフェイスは、通常、データベース プロバイダー (およびその他の拡張機能) によって使用されます。 通常、アプリケーション コードでは使用されません。

public interface ITransactionEnlistmentManager
type ITransactionEnlistmentManager = interface
Public Interface ITransactionEnlistmentManager
派生

注釈

詳細と例については、「 データベース プロバイダーと拡張機能の実装 」を参照してください。

プロパティ

CurrentAmbientTransaction

現在のアンビエント トランザクション。 既定値は Current です。

EnlistedTransaction

現在参加しているトランザクション。

メソッド

EnlistTransaction(Transaction)

データベース操作に使用する既存 Transaction のものを指定します。

適用対象