Aracılığıyla paylaş


ISqlIndexBase.IsDisabled Özellik

Alır veya dizin devre dışı olup olmadığını gösteren bir değeri ayarlar.

Ad alanı:  Microsoft.Data.Schema.Sql.SchemaModel
Derleme:  Microsoft.Data.Schema.Sql (Microsoft.Data.Schema.Sql.dll içinde)

Sözdizimi

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

Özellik Değeri

Tür: System.Boolean

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

ISqlIndexBase Arabirim

Microsoft.Data.Schema.Sql.SchemaModel Ad Alanı