Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets or sets the Boolean property value that specifies whether the connection may be pooled or nonpooled.
Espace de noms : Microsoft.SqlServer.Management.Common
Assembly : Microsoft.SqlServer.ConnectionInfo (en Microsoft.SqlServer.ConnectionInfo.dll)
Syntaxe
'Déclaration
Public Property NonPooledConnection As Boolean
Get
Set
'Utilisation
Dim instance As ConnectionSettings
Dim value As Boolean
value = instance.NonPooledConnection
instance.NonPooledConnection = value
public bool NonPooledConnection { get; set; }
public:
property bool NonPooledConnection {
bool get ();
void set (bool value);
}
member NonPooledConnection : bool with get, set
function get NonPooledConnection () : boolean
function set NonPooledConnection (value : boolean)
Valeur de propriété
Type : System.Boolean
A Boolean value that specifies whether the connection may be pooled or nonpooled. If True, the connection must be nonpooled and not be part of a connection pool.If False (default), the connection may be pooled and part of a connection pool.