OracleConnectionStringBuilder.Enlist 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定一個值,指示池子程式是否會自動在建立執行緒目前的交易情境中登錄該連線。
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」鍵。