Compartir a través de


FullTextStopList.RemoveAllStopWords Método (String)

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

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public Sub RemoveAllStopWords ( _
    language As String _
)
'Uso
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
)

Parámetros

  • language
    Tipo: System.String
    A String value that specifies the language of the stopwords to be removed from the stop list.

Comentarios

All stopwords with the specified language will be removed from the full-text stop list.

Vea también

Referencia

FullTextStopList Clase

Sobrecarga de RemoveAllStopWords

Espacio de nombres Microsoft.SqlServer.Management.Smo