Partager via


Propriété IsDisabled

Gets 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
ReadOnly Property IsDisabled As Boolean
    Get
'Utilisation
Dim instance As IRelationalIndex
Dim value As Boolean

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

Valeur de propriété

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