Поделиться через


Метод FullTextStopList.RemoveAllStopWords (String)

Removes all stopwords with the specified language from the full-text stop list.

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
Public Sub RemoveAllStopWords ( _
    language As String _
)
'Применение
Dim instance As FullTextStopList 
Dim language As String

instance.RemoveAllStopWords(language)
public void RemoveAllStopWords(
    string language
)
public:
void RemoveAllStopWords(
    String^ language
)
member RemoveAllStopWords : 
        language:string -> unit
public function RemoveAllStopWords(
    language : String
)

Параметры

  • language
    Тип: System.String
    A String value that specifies the language of the stopwords to be removed from the stop list.

Замечания

All stopwords with the specified language will be removed from the full-text stop list.

См. также

Справочник

FullTextStopList Класс

Перегрузка RemoveAllStopWords

Пространство имен Microsoft.SqlServer.Management.Smo