IMutableRelationalIndex.IsDisabled Property
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
'Declaration
Property IsDisabled As Boolean
Get
Set
'Usage
Dim instance As IMutableRelationalIndex
Dim value As Boolean
value = instance.IsDisabled
instance.IsDisabled = value
bool IsDisabled { get; set; }
property bool IsDisabled {
bool get ();
void set (bool value);
}
abstract IsDisabled : bool with get, set
function get IsDisabled () : boolean
function set IsDisabled (value : boolean)
Property Value
Type: System.Boolean
true if the index is disabled; otherwise, false.