0 out of 1 rated this helpful - Rate this topic

ConnectionSettings.MaxPoolSize Property

Gets or sets the maximum number of connections in a connection pool that the specified connection accepts when establishing a connection with a server.

Namespace:  Microsoft.SqlServer.Management.Common
Assembly:  Microsoft.SqlServer.ConnectionInfo (in Microsoft.SqlServer.ConnectionInfo.dll)
public int MaxPoolSize { get; set; }

Property Value

Type: System.Int32
An Int32 value that specifies the maximum number of connections in a connection pool.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.