Propriété ConnectionSettings.MinPoolSize
Obtient ou définit le nombre minimal de connexions d'un pool que la connexion spécifiée accepte lors de l'établissement d'une connexion avec un serveur.
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 ConnectionSettings
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 connexions d'un pool.
Notes
Remarque le nombre minimal de connexions dans un pool de connexions ne peut pas être inférieure à deux.