Condividi tramite


Proprietà ISqlDatabaseOptions.IsFullTextEnabled

True se il supporto full-text è abilitato.

Spazio dei nomi:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Sintassi

'Dichiarazione
Property IsFullTextEnabled As Boolean
    Get
    Set
bool IsFullTextEnabled { get; set; }
property bool IsFullTextEnabled {
    bool get ();
    void set (bool value);
}
abstract IsFullTextEnabled : bool with get, set
function get IsFullTextEnabled () : boolean
function set IsFullTextEnabled (value : boolean)

Valore proprietà

Tipo: System.Boolean

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISqlDatabaseOptions Interfaccia

Spazio dei nomi Microsoft.Data.Schema.Sql.SchemaModel