ISqlIndexBase.IsDisabled Property

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

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Property IsDisabled As Boolean
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

.NET Framework Security

See Also

Reference

ISqlIndexBase Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace