Compartir a través de


ISql100FullTextIndex.IsStopListOff (Propiedad)

Obtiene o establece un valor que indica si la opción STOPLIST es OFF.

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

Sintaxis

'Declaración
Property IsStopListOff As Boolean
    Get
    Set
bool IsStopListOff { get; set; }
property bool IsStopListOff {
    bool get ();
    void set (bool value);
}
abstract IsStopListOff : bool with get, set
function get IsStopListOff () : boolean
function set IsStopListOff (value : boolean)

Valor de propiedad

Tipo: System.Boolean

Seguridad de .NET Framework

Vea también

Referencia

ISql100FullTextIndex Interfaz

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