Compartir a través de


FullTextStopList.AddStopWord Método

Adds a stopword to the stop list for the full-text index.

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

Sintaxis

'Declaración
Public Sub AddStopWord ( _
    stopword As String, _
    language As String _
)
'Uso
Dim instance As FullTextStopList 
Dim stopword As String 
Dim language As String

instance.AddStopWord(stopword, language)
public void AddStopWord(
    string stopword,
    string language
)
public:
void AddStopWord(
    String^ stopword, 
    String^ language
)
member AddStopWord : 
        stopword:string * 
        language:string -> unit
public function AddStopWord(
    stopword : String, 
    language : String
)

Parámetros

  • stopword
    Tipo: System.String
    A String value that specifies the stopword to be added to the stop list.

Vea también

Referencia

FullTextStopList Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo