ConnectionSettings.MinPoolSize 속성
서버에 연결할 때 지정한 연결에 허용되는 연결 풀 내의 최소 연결 수를 가져오거나 설정합니다.
네임스페이스: Microsoft.SqlServer.Management.Common
어셈블리: Microsoft.SqlServer.ConnectionInfo(Microsoft.SqlServer.ConnectionInfo.dll)
구문
‘선언
Public Property MinPoolSize As Integer
Get
Set
‘사용 방법
Dim instance As ConnectionSettings
Dim value As Integer
value = instance.MinPoolSize
instance.MinPoolSize = value
public int MinPoolSize { get; set; }
public:
property int MinPoolSize {
int get ();
void set (int value);
}
member MinPoolSize : int with get, set
function get MinPoolSize () : int
function set MinPoolSize (value : int)
속성 값
유형: Int32
연결 풀 내의 최소 연결 수를 지정하는 Int32 값입니다.
주의
참고 최소 연결 풀에서 연결 수가 2 보다 덜 수 없습니다.