OracleConnectionStringBuilder.MinPoolSize 속성

정의

이 특정 연결 문자열에 대해 연결 풀에 허용되는 최소 연결 수를 가져오거나 설정합니다.

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

속성 값

속성의 MinPoolSize 값이거나, 제공되지 않은 경우 0입니다.

설명

이 속성은 연결 문자열 내의 "최소 풀 크기" 키에 해당합니다.

적용 대상

추가 정보