DB2®ConnectionStringBuilder.MinPoolSize Property
Gets or sets the value representing the minimum connection pool size.
- Namespace:
IBM.Data.DB2- Assembly:
IBM.Data.DB2(inIBM.Data.DB2.dll)
Syntax
[Visual Basic]
Public Property MinPoolSize As int
[C#]
public int MinPoolSize {get; set;}
[C++]
public: __property int* get_MinPoolSize();
public: __property void set_MinPoolSize(int*);
[JScript]
public function get MinPoolSize() : int;
public function set MinPoolSize(int);
Property value
An integer representing the minimum number of connections in the connection pool.