SqlConnectionStringBuilder.MaxPoolSize プロパティ

定義

特定の接続文字列について、接続プール内で許可される最大接続数を取得または設定します。

public:
 property int MaxPoolSize { int get(); void set(int value); };
public int MaxPoolSize { get; set; }
member this.MaxPoolSize : int with get, set
Public Property MaxPoolSize As Integer

プロパティ値

MaxPoolSize プロパティの値。値が指定されていない場合は 100。

注釈

このプロパティは、接続文字列内の "Max Pool Size" キーに対応しています。

適用対象

こちらもご覧ください