SearchServiceApplicationProxy.GetBestBetsCountForSpecialTerm 方法
检索包含指定的关键字的最佳匹配的数量。
命名空间: Microsoft.Office.Server.Search.Administration
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
Public Function GetBestBetsCountForSpecialTerm ( _
st As Keyword _
) As Integer
用法
Dim instance As SearchServiceApplicationProxy
Dim st As Keyword
Dim returnValue As Integer
returnValue = instance.GetBestBetsCountForSpecialTerm(st)
public int GetBestBetsCountForSpecialTerm(
Keyword st
)
参数
st
类型:Microsoft.Office.Server.Search.Administration.Keyword指定的关键字。
返回值
类型:System.Int32
数量的最佳匹配。
实现
ISearchSiteAdministrationServiceApplication.GetBestBetsCountForSpecialTerm(Keyword)
异常
异常 | 条件 |
---|---|
Exception | 在应用程序执行期间发生错误如SearchServiceApplicationFault。 |
备注
此方法获取由st参数的关键字最佳匹配的数量。
另请参阅
引用
SearchServiceApplicationProxy 类