OracleConnectionStringBuilder.Enlist 属性

定义

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

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”键相对应。

适用于

另请参阅