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