Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets the Boolean property value that specifies whether the connection is being used.
Namespace: Microsoft.SqlServer.Management.Common
Assembly: Microsoft.SqlServer.ConnectionInfo (in Microsoft.SqlServer.ConnectionInfo.dll)
Syntax
'Declaration
Public Property InUse As Boolean
Get
Set
'Usage
Dim instance As ConnectionManager
Dim value As Boolean
value = instance.InUse
instance.InUse = value
public bool InUse { get; set; }
public:
property bool InUse {
bool get ();
void set (bool value);
}
member InUse : bool with get, set
function get InUse () : boolean
function set InUse (value : boolean)
Eigenschaftswert
Typ: System.Boolean
A Boolean object value that specifies whether the connection is in use.If True, the connection is in use.If False (default), the connection is not in use.