ISql100FullTextIndex.StopList, propriété
Obtient ou définit la liste de mots vides personnalisée à utiliser.
Espace de noms : Microsoft.Data.Schema.Sql.SchemaModel
Assembly : Microsoft.Data.Schema.Sql (dans Microsoft.Data.Schema.Sql.dll)
Syntaxe
'Déclaration
Property StopList As ISql100FullTextStopList
Get
Set
ISql100FullTextStopList StopList { get; set; }
property ISql100FullTextStopList^ StopList {
ISql100FullTextStopList^ get ();
void set (ISql100FullTextStopList^ value);
}
abstract StopList : ISql100FullTextStopList with get, set
function get StopList () : ISql100FullTextStopList
function set StopList (value : ISql100FullTextStopList)
Valeur de propriété
Type : Microsoft.Data.Schema.Sql.SchemaModel.ISql100FullTextStopList
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.