ContextUtil.SystemTransaction プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
現在のトランザクション コンテキストを取得します。
public:
static property System::Transactions::Transaction ^ SystemTransaction { System::Transactions::Transaction ^ get(); };
public static System.Transactions.Transaction SystemTransaction { get; }
static member SystemTransaction : System.Transactions.Transaction
Public Shared ReadOnly Property SystemTransaction As Transaction
プロパティ値
現在のトランザクション コンテキストを表す Transaction。
例外
使用できる COM+ コンテキストはありません。
注釈
このプロパティにアクセスするときにトランザクション コンテキストが存在しない場合は、新しいトランザクション コンテキストが作成されて返されます。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET