Share via


IIndex.IsDisabled Property

Gets 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

'Declaration
ReadOnly Property IsDisabled As Boolean 
    Get
'Usage
Dim instance As IIndex 
Dim value As Boolean 

value = instance.IsDisabled
bool IsDisabled { get; }
property bool IsDisabled {
    bool get ();
}
abstract IsDisabled : bool
function get IsDisabled () : boolean

Property Value

Type: System.Boolean
true if the index is disabled; otherwise, false.

See Also

Reference

IIndex Interface

Microsoft.SqlServer.Management.SqlParser.Metadata Namespace