ConnectionSettings.MaxPoolSize プロパティ
サーバーとの接続を確立する際に、指定した接続の接続プールに格納できる最大接続数を取得または設定します。
名前空間: Microsoft.SqlServer.Management.Common
アセンブリ: Microsoft.SqlServer.ConnectionInfo (Microsoft.SqlServer.ConnectionInfo.dll)
構文
'宣言
Public Property MaxPoolSize As Integer
Get
Set
'使用
Dim instance As ConnectionSettings
Dim value As Integer
value = instance.MaxPoolSize
instance.MaxPoolSize = value
public int MaxPoolSize { get; set; }
public:
property int MaxPoolSize {
int get ();
void set (int value);
}
member MaxPoolSize : int with get, set
function get MaxPoolSize () : int
function set MaxPoolSize (value : int)
プロパティ値
型: System.Int32
接続プール内の最大接続数を示す Int32 値です。