Compartilhar via


Propriedade ISqlDatabaseOptions.IsFullTextEnabled

True se o suporte a texto completo está habilitado.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (em Microsoft.Data.Schema.Sql.dll)

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: System.Boolean

Segurança do .NET Framework

Consulte também

Referência

ISqlDatabaseOptions Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel