Partager via


SearchServiceApplicationProxy.GetSpecialTermsInfoForBestBet - Méthode

Récupère la liste des mots clés associés à un meilleur résultat spécifié.

Espace de noms :  Microsoft.Office.Server.Search.Administration
Assembly :  Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)

Syntaxe

'Déclaration
Public Function GetSpecialTermsInfoForBestBet ( _
    parentBestBet As BestBet _
) As Dictionary(Of String, Keyword)
'Utilisation
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
)

Paramètres

Valeur renvoyée

Type : System.Collections.Generic.Dictionary<String, Keyword>
La liste de paires de termes/mot clé.

Implémentations

ISearchSiteAdministrationServiceApplication.GetSpecialTermsInfoForBestBet(BestBet)

Exceptions

Exception Condition
Exception

Une erreur s'est produite pendant l'exécution de l'application.

Remarques

La valeur du paramètre parentBestBet ne doit pas être null .

Voir aussi

Référence

SearchServiceApplicationProxy classe

SearchServiceApplicationProxy - Membres

Microsoft.Office.Server.Search.Administration - Espace de noms