Send feedback on this topic.
Teradata.Client.Provider
MaxPoolSize Property



Teradata.Client.Provider Namespace > TdConnectionStringBuilder Class : MaxPoolSize Property
Maximum number of Teradata sessions allowed in the pool.
Syntax
'Declaration
 
Public Property MaxPoolSize As Integer
'Usage
 
Dim instance As TdConnectionStringBuilder
Dim value As Integer
 
instance.MaxPoolSize = value
 
value = instance.MaxPoolSize
public int MaxPoolSize {get; set;}
public:
property int MaxPoolSize {
   int get();
   void set (    int value);
}
Remarks

Once the MaxPool Size is reached, all requests for new Teradata sessions are queued.

Default Value: 100

Requirements

Target Platforms: Windows 8.1, Windows 10, Windows Server 2012 R2, Windows Server 2016, Windows Server 2019

See Also

Reference

TdConnectionStringBuilder Class
TdConnectionStringBuilder Members