Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Gets the Boolean property value that specifies whether the connection is currently open.
Namespace: Microsoft.SqlServer.Management.Common
Assembly: Microsoft.SqlServer.ConnectionInfo (in Microsoft.SqlServer.ConnectionInfo.dll)
Syntax
'Declaration
Public ReadOnly Property IsOpen As Boolean
Get
'Usage
Dim instance As ConnectionManager
Dim value As Boolean
value = instance.IsOpen
public bool IsOpen { get; }
public:
virtual property bool IsOpen {
bool get () sealed;
}
abstract IsOpen : bool
override IsOpen : bool
final function get IsOpen () : boolean
Property Value
Type: System.Boolean
A Boolean value that specifies whether the connection is open.If True, the connection is open.If False (default), the connection is not open.