Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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)
Syntax
'Declaration
Public Sub RemoveAllStopWords ( _
language As String _
)
'Usage
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
)
Parameter
- language
Typ: System.String
A String value that specifies the language of the stopwords to be removed from the stop list.
Hinweise
All stopwords with the specified language will be removed from the full-text stop list.