IMutableIndex.IsDisabled Property

 

Applies To: SQL Server 2016 Preview

Gets or sets a value that indicates whether the index is disabled.

Namespace:   Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Syntax

bool IsDisabled { get; set; }
property bool IsDisabled {
    bool get();
    void set(bool value);
}
abstract IsDisabled : bool with get, set
Property IsDisabled As Boolean

Property Value

Type: System.Boolean

true if the index is disabled; otherwise, false.

Implements

IIndex.IsDisabled

See Also

IMutableIndex Interface
Microsoft.SqlServer.Management.SqlParser.Metadata Namespace

Return to top