Proprietà ISql100FullTextIndex.DoUseSystemStopList

Ottiene o imposta un valore che indica se utilizzare l'elenco di parole non significative del sistema.

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

Sintassi

'Dichiarazione
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)

Valore proprietà

Tipo: System.Boolean

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISql100FullTextIndex Interfaccia

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