Condividi tramite


Proprietà IsDisabled

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

Spazio dei nomi  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Sintassi

'Dichiarazione
Property IsDisabled As Boolean
    Get
    Set
'Utilizzo
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)

Valore proprietà

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

Implementa

IRelationalIndex. . :: . .IsDisabled