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。

注解

此属性与连接字符串内的“Min Pool Size”键相对应。

适用于

另请参阅