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」鍵。

適用於

另請參閱