Share via


SfcConnection.IsOpen Property

Gets a value indicating whether the connection is open.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property IsOpen As Boolean
    Get
'Usage
Dim instance As SfcConnection
Dim value As Boolean

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

Property Value

Type: System.Boolean
true if the connection is open; otherwise, false.

Implements

ISfcConnection.IsOpen