SearchServiceApplicationProxy.GetSpecialTermsInfoForBestBet method
Recupera a lista de palavras-chave associadas a melhor opção especificada.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public Function GetSpecialTermsInfoForBestBet ( _
parentBestBet As BestBet _
) As Dictionary(Of String, Keyword)
'Uso
Dim instance As SearchServiceApplicationProxy
Dim parentBestBet As BestBet
Dim returnValue As Dictionary(Of String, Keyword)
returnValue = instance.GetSpecialTermsInfoForBestBet(parentBestBet)
public Dictionary<string, Keyword> GetSpecialTermsInfoForBestBet(
BestBet parentBestBet
)
Parâmetros
parentBestBet
Type: Microsoft.Office.Server.Search.Administration.BestBetA melhor opção especificada.
Valor retornado
Type: System.Collections.Generic.Dictionary<String, Keyword>
A lista de pares de termo/palavra-chave.
Implements
ISearchSiteAdministrationServiceApplication.GetSpecialTermsInfoForBestBet(BestBet)
Exceptions
Exception | Condition |
---|---|
Exception | Ocorreu um erro durante a execução do aplicativo. |
Comentários
O valor do parâmetro parentBestBet não deve ser null .
Ver também
Referência
SearchServiceApplicationProxy class