SearchServiceApplicationProxy.GetSpecialTermsCountForBestBet 方法

检索与指定的最佳匹配的关键字特性的数目。

命名空间:  Microsoft.Office.Server.Search.Administration
程序集:  Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)

语法

声明
Public Function GetSpecialTermsCountForBestBet ( _
    parentBestBet As BestBet _
) As Integer
用法
Dim instance As SearchServiceApplicationProxy
Dim parentBestBet As BestBet
Dim returnValue As Integer

returnValue = instance.GetSpecialTermsCountForBestBet(parentBestBet)
public int GetSpecialTermsCountForBestBet(
    BestBet parentBestBet
)

参数

返回值

类型:System.Int32
关键字特性的数目。

实现

ISearchSiteAdministrationServiceApplication.GetSpecialTermsCountForBestBet(BestBet)

异常

异常 条件
Exception

在应用程序执行期间出现错误。

备注

parentBestBet参数的值必须不 null 。

另请参阅

引用

SearchServiceApplicationProxy 类

SearchServiceApplicationProxy 成员

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