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



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

These sessions never timeout and are always active.

Default Value: 0

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