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


Метод FullTextStopList.RemoveStopWord

Removes the specified stopword with the specified language from the full-text stoplist.

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

Синтаксис

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

instance.RemoveStopWord(stopword, language)
public void RemoveStopWord(
    string stopword,
    string language
)
public:
void RemoveStopWord(
    String^ stopword, 
    String^ language
)
member RemoveStopWord : 
        stopword:string * 
        language:string -> unit
public function RemoveStopWord(
    stopword : String, 
    language : String
)

Параметры

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

См. также

Справочник

FullTextStopList Класс

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