SearchServiceApplication.GetBestBetsInfoForSpecialTerm 方法

检索指定的KeywordBestBet属性的列表。

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

语法

声明
Public Function GetBestBetsInfoForSpecialTerm ( _
    st As Keyword, _
    ByRef bestBetIds As ArrayList _
) As Dictionary(Of Uri, BestBet)
用法
Dim instance As SearchServiceApplication
Dim st As Keyword
Dim bestBetIds As ArrayList
Dim returnValue As Dictionary(Of Uri, BestBet)

returnValue = instance.GetBestBetsInfoForSpecialTerm(st, _
    bestBetIds)
public Dictionary<Uri, BestBet> GetBestBetsInfoForSpecialTerm(
    Keyword st,
    ref ArrayList bestBetIds
)

参数

返回值

类型:System.Collections.Generic.Dictionary<Uri, BestBet>
UrlBestBet包含的键/值对的集合。

实现

ISearchSiteAdministrationServiceApplication.GetBestBetsInfoForSpecialTerm(Keyword, ArrayList)

备注

St参数的值必须不 null 。

另请参阅

引用

SearchServiceApplication 类

SearchServiceApplication 成员

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