Partager via


ISql100FullTextIndex.DoUseSystemStopList, propriété

Obtient ou définit une valeur qui indique s'il faut utiliser la liste de mots vides système.

Espace de noms :  Microsoft.Data.Schema.Sql.SchemaModel
Assembly :  Microsoft.Data.Schema.Sql (dans Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : System.Boolean

Sécurité .NET Framework

Voir aussi

Référence

ISql100FullTextIndex Interface

Microsoft.Data.Schema.Sql.SchemaModel, espace de noms