OracleConnectionStringBuilder.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입니다.

설명

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

적용 대상

추가 정보