SqlConnectionStringBuilder.Enlist 屬性

定義

取得或設定 Boolean 值,指出 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」鍵。

適用於

另請參閱