SearchServiceApplication.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 SearchServiceApplication
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
BestBet 特性的数目。
实现
ISearchSiteAdministrationServiceApplication.GetBestBetsCountForSpecialTerm(Keyword)
备注
此方法获取指定期限的BestBet特性的数目。