次の方法で共有


TransactionManager.ImplicitDistributedTransactions プロパティ

定義

分散トランザクションへのエスカレーションを必要とする API の使用 System.Transactions が行われるかどうかを示す値を取得または設定します。

public:
 static property bool ImplicitDistributedTransactions { bool get(); void set(bool value); };
public static bool ImplicitDistributedTransactions { get; [System.Runtime.Versioning.SupportedOSPlatform("windows")] set; }
[<set: System.Runtime.Versioning.SupportedOSPlatform("windows")>]
static member ImplicitDistributedTransactions : bool with get, set
Public Shared Property ImplicitDistributedTransactions As Boolean

プロパティ値

true トランザクション API が分散トランザクションにオプトインされている場合。 falseNotSupportedException トランザクション API が分散トランザクションにエスカレートされるときに がスローされた場合。 既定値は、false です。

属性

適用対象