SearchServiceApplicationProxy.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 SearchServiceApplicationProxy
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
关键字搜索查询进行了限制条款。
异常
异常 | 条件 |
---|---|
Exception | 在应用程序执行期间发生错误如SearchServiceApplicationFault。 |
备注
在调用此方法之前,必须指定properties参数。
另请参阅
引用
SearchServiceApplicationProxy 类