共用方式為


FullTextStopList.AddStopWord 方法

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

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
Public Sub AddStopWord ( _
    stopword As String, _
    language As String _
)
'用途
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
)

參數

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

請參閱

參考

FullTextStopList 類別

Microsoft.SqlServer.Management.Smo 命名空間