ConnectionSettings.NonPooledConnection-Eigenschaft
Ruft den Boolean-Eigenschaftswert ab, der angibt, ob die Verbindung in einem Pool enthalten sein darf oder nicht, oder legt ihn fest.
Namespace: Microsoft.SqlServer.Management.Common
Assembly: Microsoft.SqlServer.ConnectionInfo (in Microsoft.SqlServer.ConnectionInfo.dll)
Syntax
'Declaration
Public Property NonPooledConnection As Boolean
Get
Set
'Usage
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)
Eigenschaftswert
Typ: Boolean
Ein Boolean-Wert, der angibt, ob die Verbindung in einem Pool enthalten sein darf oder nicht. True gibt an, dass die Verbindung nicht Teil eines Verbindungspools sein darf.False (Standard) gibt an, dass die Verbindung Teil eines Verbindungspools sein kann.