SPDatabaseService.MinimumPoolSize property
Property indicating the minimum number of connections to have in the connection pool.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property MinimumPoolSize As Integer
Get
Set
'Usage
Dim instance As SPDatabaseService
Dim value As Integer
value = instance.MinimumPoolSize
instance.MinimumPoolSize = value
public int MinimumPoolSize { get; set; }
Property value
Type: System.Int32