SearchServiceApplication.GetBestBetsCountForSpecialTerm 方法

计算指定KeywordBestBet属性的数目。

命名空间:  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
)

参数

返回值

类型:System.Int32
BestBet 特性的数目。

实现

ISearchSiteAdministrationServiceApplication.GetBestBetsCountForSpecialTerm(Keyword)

备注

此方法获取指定期限的BestBet特性的数目。

另请参阅

引用

SearchServiceApplication 类

SearchServiceApplication 成员

Microsoft.Office.Server.Search.Administration 命名空间