SqlConnectionStringBuilder.Enlist プロパティ

定義

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" キーに対応します。

適用対象

こちらもご覧ください