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" 索引鍵。