SqlConnectionStringBuilder.Enlist 属性

定义

获取或设置一个布尔值,该值指示 SQL Server 连接池程序是否在创建线程的当前事务上下文中自动登记连接。

public:
 property bool Enlist { bool get(); void set(bool value); };
public bool Enlist { get; set; }
member this.Enlist : bool with get, set
Public Property Enlist As Boolean

属性值

Enlist 属性的值,或者,如果未提供任何值,则为 true

注解

此属性与连接字符串内的“Enlist”键相对应。

适用于

另请参阅