SqlConnectionInfo.MinPoolSize Property
Gets or sets the minimum number of execution threads in a thread pool that the connection will accept.
Пространство имен: Microsoft.SqlServer.Management.Common
Сборка: Microsoft.SqlServer.ConnectionInfo (in microsoft.sqlserver.connectioninfo.dll)
Синтаксис
'Декларация
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)
Значение свойства
A Int32 value that specifies the minimum number of threads in a thread pool the connection will accept.
Замечания
The minimum pool size cannot be less than 2.
Это пространство имен, класс или элемент поддерживаются только платформой Microsoft .NET Framework версии 2.0.
Синхронизация потоков
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.
Платформы
Платформы разработки
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
Целевые платформы
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
См. также
Справочник
SqlConnectionInfo Class
SqlConnectionInfo Members
Microsoft.SqlServer.Management.Common Namespace