ConnectionPool.MaximumNumberOfConnections Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the pool size. This indicates the maximum number of connections desired in the pool.
public:
property int MaximumNumberOfConnections { int get(); void set(int value); };
public int MaximumNumberOfConnections { get; set; }
member this.MaximumNumberOfConnections : int with get, set
Public Property MaximumNumberOfConnections As Integer
Property Value
Exceptions
Thrown when the value given is negative or zero.