Compartir a través de


SfcConnection.IsOpen Propiedad

Gets a value indicating whether the connection is open.

Espacio de nombres:  Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado:  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxis

'Declaración
Public MustOverride ReadOnly Property IsOpen As Boolean 
    Get
'Uso
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

Valor de la propiedad

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

Implementa

ISfcConnection.IsOpen

Vea también

Referencia

SfcConnection Clase

Espacio de nombres Microsoft.SqlServer.Management.Sdk.Sfc