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

適用対象

こちらもご覧ください