SearchServiceApplication.GetSearchTerms 方法
获取与哪些关键字搜索查询已限制的条款。
命名空间: Microsoft.Office.Server.Search.Administration
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
Public Function GetSearchTerms ( _
properties As KeywordQueryProperties _
) As String
用法
Dim instance As SearchServiceApplication
Dim properties As KeywordQueryProperties
Dim returnValue As String
returnValue = instance.GetSearchTerms(properties)
public string GetSearchTerms(
KeywordQueryProperties properties
)
参数
properties
类型:Microsoft.Office.Server.Search.Query.KeywordQueryProperties搜索查询的属性。
返回值
类型:System.String
关键字搜索查询进行了限制条款。
备注
在调用此方法之前,必须指定的属性参数。