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)
속성 값
유형: Int32
연결 풀 내의 최대 연결 수를 지정하는 Int32 값입니다.