共用方式為


TargetSet.Enabled 屬性

Gets or sets the Boolean value that specifies whether the target set is enabled.

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

語法

'宣告
<SfcPropertyAttribute(SfcPropertyFlags.Required)> _
Public Property Enabled As Boolean 
    Get 
    Set
'用途
Dim instance As TargetSet 
Dim value As Boolean 

value = instance.Enabled

instance.Enabled = value
[SfcPropertyAttribute(SfcPropertyFlags.Required)]
public bool Enabled { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Required)]
public:
property bool Enabled {
    bool get ();
    void set (bool value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Required)>]
member Enabled : bool with get, set
function get Enabled () : boolean 
function set Enabled (value : boolean)

屬性值

型別:System.Boolean
A Boolean value that specifies whether the target set is enabled.If True, the target set is enabled. Otherwise, False (default).

備註

只有 Microsoft .NET Framework 2.0 版支援此命名空間、類別或成員。

請參閱

參考

TargetSet 類別

Microsoft.SqlServer.Management.Dmf 命名空間