SfcProperty.Enabled Property

 

Applies To: SQL Server 2016 Preview

Do not reference this member directly in your code. It supports the SQL Server infrastructure.

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

Syntax

public bool Enabled { get; set; }
public:
property bool Enabled {
    virtual bool get() sealed;
    virtual void set(bool value) sealed;
}
abstract Enabled : bool with get, set
override Enabled : bool with get, set
Public Property Enabled As Boolean

Property Value

Type: System.Boolean

true if the control is enabled; otherwise, false.

Implements

ISfcProperty.Enabled

See Also

SfcProperty Class
Microsoft.SqlServer.Management.Sdk.Sfc Namespace

Return to top