共用方式為


SfcProperty.IsAvailable 屬性

Returns whether or not the command is currently enabled.

命名空間:  Microsoft.SqlServer.Management.Sdk.Sfc
組件:  Microsoft.SqlServer.Management.Sdk.Sfc (在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)

語法

'宣告
Public ReadOnly Property IsAvailable As Boolean 
    Get
'用途
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

屬性值

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

請參閱

參考

SfcProperty 類別

Microsoft.SqlServer.Management.Sdk.Sfc 命名空間