Partager via


Propriété SqlConnectionInfo.MinPoolSize

Obtient ou définit le nombre minimal de threads d'exécution dans un pool de threads que la connexion acceptera.

Espace de noms :  Microsoft.SqlServer.Management.Common
Assembly :  Microsoft.SqlServer.ConnectionInfo (en Microsoft.SqlServer.ConnectionInfo.dll)

Syntaxe

'Déclaration
Public Property MinPoolSize As Integer 
    Get 
    Set
'Utilisation
Dim instance As SqlConnectionInfo 
Dim value As Integer 

value = instance.MinPoolSize

instance.MinPoolSize = value
public int MinPoolSize { get; set; }
public:
property int MinPoolSize {
    int get ();
    void set (int value);
}
member MinPoolSize : int with get, set
function get MinPoolSize () : int 
function set MinPoolSize (value : int)

Valeur de propriété

Type : Int32
Valeur Int32 qui spécifie le nombre minimal de threads dans un pool de threads que la connexion acceptera.

Notes

Taille du pool minimale ne peut pas être inférieure à 2.

Voir aussi

Référence

SqlConnectionInfo Classe

Espace de noms Microsoft.SqlServer.Management.Common