次の方法で共有


ServiceConfig.BringYourOwnSystemTransaction プロパティ

定義

ServiceConfig によって識別されるトランザクションの実行に使用される設定値を提供する、既存のトランザクションを表す Transaction を取得または設定します。

public:
 property System::Transactions::Transaction ^ BringYourOwnSystemTransaction { System::Transactions::Transaction ^ get(); void set(System::Transactions::Transaction ^ value); };
public System.Transactions.Transaction BringYourOwnSystemTransaction { get; set; }
member this.BringYourOwnSystemTransaction : System.Transactions.Transaction with get, set
Public Property BringYourOwnSystemTransaction As Transaction

プロパティ値

Transaction。 既定値は、null です。

注釈

BringYourOwnSystemTransaction (BYOT) は、トランザクションのコンテキストを提供するトランザクションを ServiceConfig 識別します。 独自のトランザクションを持ち込むとき、そのトランザクションの設定は オブジェクト内の他のトランザクション設定よりも ServiceConfig 優先されます。 BringYourOwnTransaction の既定値は null です。

BYOT の詳細については、「」を参照してください BYOT

適用対象

こちらもご覧ください