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.