Compartir a través de


SfcProperty.IsAvailable Propiedad

Returns whether or not the command is currently enabled.

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 ReadOnly Property IsAvailable As Boolean 
    Get
'Uso
Dim instance As SfcProperty 
Dim value As Boolean 

value = instance.IsAvailable
public bool IsAvailable { get; }
public:
property bool IsAvailable {
    bool get ();
}
member IsAvailable : bool
function get IsAvailable () : boolean

Valor de la propiedad

Tipo: System.Boolean
true if the command is currently enabled; otherwise, false.

Vea también

Referencia

SfcProperty Clase

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