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