Share via


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

See also

Reference

SPDatabaseService class

SPDatabaseService members

Microsoft.SharePoint.Administration namespace