TransactionManager.ImplicitDistributedTransactions 属性

定义

获取或设置一个值,该值指示使用需要升级到分布式事务的 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 已选择加入分布式事务,则为 ; falseNotSupportedException 如果当事务 API 升级到分布式事务时引发 ,则为 。 默认为 false

属性

适用于