This topic has not yet been rated - Rate this topic

FullTextStopList.RemoveAllStopWords Method (String)

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

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
public void RemoveAllStopWords(
	string language
)

Parameters

language
Type: 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.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.