Partager via


Propriété IsDisabled

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

Espace de noms :  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly :  Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)

Syntaxe

'Déclaration
Property IsDisabled As Boolean
    Get
    Set
'Utilisation
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)

Valeur de propriété

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

Implémente

IRelationalIndex. . :: . .IsDisabled