Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Gets or sets the minimum number of execution threads in a thread pool that the connection will accept.
Spazio dei nomi: Microsoft.SqlServer.Management.Common
Assembly : Microsoft.SqlServer.ConnectionInfo (in microsoft.sqlserver.connectioninfo.dll)
Sintassi
'Dichiarazione
Public Property MinPoolSize As Integer
public int MinPoolSize { get; set; }
public:
property int MinPoolSize {
int get ();
void set (int value);
}
/** @property */
public int get_MinPoolSize ()
/** @property */
public void set_MinPoolSize (int value)
public function get MinPoolSize () : int
public function set MinPoolSize (value : int)
Valore proprietà
A Int32 value that specifies the minimum number of threads in a thread pool the connection will accept.
Osservazioni
The minimum pool size cannot be less than 2.
Questo spazio dei nomi, classe o membro è supportato solo nella versione 2.0 di Microsoft .NET Framework.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Piattaforme
Piattaforme di sviluppo
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Piattaforme di destinazione
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Vedere anche
Riferimento
SqlConnectionInfo Class
SqlConnectionInfo Members
Microsoft.SqlServer.Management.Common Namespace