HasStopWord 方法

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
Public Function HasStopWord ( _
    stopword As String, _
    language As String _
) As Boolean
用法
Dim instance As FullTextStopList
Dim stopword As String
Dim language As String
Dim returnValue As Boolean

returnValue = instance.HasStopWord(stopword, _
    language)
public bool HasStopWord(
    string stopword,
    string language
)
public:
bool HasStopWord(
    String^ stopword, 
    String^ language
)
member HasStopWord : 
        stopword:string * 
        language:string -> bool 
public function HasStopWord(
    stopword : String, 
    language : String
) : boolean

参数

返回值

类型:System. . :: . .Boolean