Compartilhar via


SearchServiceApplication.GetBestBetsInfoForSpecialTerm method

Recupera a lista de atributos de BestBet para o Keywordde especificado.

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaração
Public Function GetBestBetsInfoForSpecialTerm ( _
    st As Keyword, _
    ByRef bestBetIds As ArrayList _
) As Dictionary(Of Uri, BestBet)
'Uso
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
)

Parâmetros

Valor retornado

Type: System.Collections.Generic.Dictionary<Uri, BestBet>
A coleção do par chave/valor consiste em uma Url e o BestBet.

Implements

ISearchSiteAdministrationServiceApplication.GetBestBetsInfoForSpecialTerm(Keyword, ArrayList)

Comentários

O valor do parâmetro st não deve ser null .

Ver também

Referência

SearchServiceApplication class

SearchServiceApplication members

Microsoft.Office.Server.Search.Administration namespace