Condividi tramite


Proprietà IsOpen

Gets a value indicating whether the connection is open.

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
Public MustOverride ReadOnly Property IsOpen As Boolean
    Get
'Utilizzo
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

Valore proprietà

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

Implementa

ISfcConnection. . :: . .IsOpen