Partager via


Propriété IsAvailable

Returns whether or not the command is currently enabled. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
Public ReadOnly Property IsAvailable As Boolean
    Get
'Utilisation
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

Valeur de propriété

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