Proprietà SfcProperty.IsAvailable

Returns whether or not the command is currently enabled.

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

Sintassi

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

Valore proprietà

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

Vedere anche

Riferimento

SfcProperty Classe

Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc