Partilhar via


Propriedade do RDL SfcProperty.IsAvailable

Returns whether or not the command is currently enabled.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxe

'Declaração
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 da propriedade

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

Consulte também

Referência

SfcProperty Classe

Namespace Microsoft.SqlServer.Management.Sdk.Sfc