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 命名空间