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
st
Type: Microsoft.Office.Server.Search.Administration.KeywordA palavra-chave especificada.
bestBetIds
Type: System.Collections.ArrayListUma matriz que contém a identificação da BestBet.
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