Compartilhar via


SearchServiceApplication.GetSpecialTermsInfoForBestBet method

Recupera a lista de objetos KeyWord associados a um especificado BestBet.

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 SearchServiceApplication
Dim parentBestBet As BestBet
Dim returnValue As Dictionary(Of String, Keyword)

returnValue = instance.GetSpecialTermsInfoForBestBet(parentBestBet)
public Dictionary<string, Keyword> GetSpecialTermsInfoForBestBet(
    BestBet parentBestBet
)

Parâmetros

Valor retornado

Type: System.Collections.Generic.Dictionary<String, Keyword>
O dicionário consiste em uma Term() e KeyWord.

Implements

ISearchSiteAdministrationServiceApplication.GetSpecialTermsInfoForBestBet(BestBet)

Comentários

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

Ver também

Referência

SearchServiceApplication class

SearchServiceApplication members

Microsoft.Office.Server.Search.Administration namespace