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