TransactionManager.ImplicitDistributedTransactions 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,這個值表示是否需要擴大至分散式交易的 System.Transactions
API 使用方式將會這麼做。
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 加入宣告分散式交易,則為 ; false
NotSupportedException 如果交易 API 呈報至分散式交易,則會擲回 。 預設值為 false
。
- 屬性