Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Returns whether or not the command is currently enabled.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public ReadOnly Property IsAvailable As Boolean
Get
'Usage
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
Property Value
Type: System.Boolean
true if the command is currently enabled; otherwise, false.