Compartir a través de


ISqlFullTextIndex.IsDisabled (Propiedad)

Obtiene o establece un valor que indica si se ha deshabilitado el índice.

Espacio de nombres:  Microsoft.Data.Schema.Sql.SchemaModel
Ensamblado:  Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

Tipo: System.Boolean

Seguridad de .NET Framework

Vea también

Referencia

ISqlFullTextIndex Interfaz

Microsoft.Data.Schema.Sql.SchemaModel (Espacio de nombres)