Compartir a través de


ISql100FullTextIndex.DoUseSystemStopList (Propiedad)

Obtiene o establece un valor que indica si se va a usar la lista de palabras irrelevantes del sistema.

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

Sintaxis

'Declaración
Property DoUseSystemStopList As Boolean
    Get
    Set
bool DoUseSystemStopList { get; set; }
property bool DoUseSystemStopList {
    bool get ();
    void set (bool value);
}
abstract DoUseSystemStopList : bool with get, set
function get DoUseSystemStopList () : boolean
function set DoUseSystemStopList (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)