Share via


SqlStoreConnection.IsOpen Property

Gets a value indicating whether the connection is currently open. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property IsOpen As Boolean 
    Get
'Usage
Dim instance As SqlStoreConnection 
Dim value As Boolean 

value = instance.IsOpen
public override bool IsOpen { get; }
public:
virtual property bool IsOpen {
    bool get () override;
}
abstract IsOpen : bool 
override IsOpen : bool
override function get IsOpen () : boolean

Property Value

Type: System.Boolean
A Boolean value specifying whether the connection is open.

Implements

ISfcConnection.IsOpen

See Also

Reference

SqlStoreConnection Class

Microsoft.SqlServer.Management.Sdk.Sfc Namespace