Share via


TargetSet.Enabled Property

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

Namespace:  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Syntax

'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.Required)> _
Public Property Enabled As Boolean 
    Get 
    Set
'Usage
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)

Property Value

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

Remarks

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

See Also

Reference

TargetSet Class

Microsoft.SqlServer.Management.Dmf Namespace