Udostępnij przez


Właściwość IRelationalIndex.IsDisabled

Pobiera wartość wskazująca, czy indeks jest wyłączony.

Przestrzeń nazw:  Microsoft.SqlServer.Management.SqlParser.Metadata
Zestaw:  Microsoft.SqlServer.Management.SqlParser (w Microsoft.SqlServer.Management.SqlParser.dll)

Składnia

'Deklaracja
ReadOnly Property IsDisabled As Boolean
    Get
'Użycie
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

Wartość właściwości

Typ: System.Boolean
TRUE Jeżeli indeks jest wyłączony; w przeciwnym razie false.