SearchServiceApplication.GetSpecialTermsInfoForBestBet - Méthode
Récupère la liste des objets KeyWord associée à un spécifié BestBet.
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 SearchServiceApplication
Dim parentBestBet As BestBet
Dim returnValue As Dictionary(Of String, Keyword)
returnValue = instance.GetSpecialTermsInfoForBestBet(parentBestBet)
public Dictionary<string, Keyword> GetSpecialTermsInfoForBestBet(
BestBet parentBestBet
)
Paramètres
parentBestBet
Type : Microsoft.Office.Server.Search.Administration.BestBetLe spécifié BestBet.
Valeur renvoyée
Type : System.Collections.Generic.Dictionary<String, Keyword>
Le dictionnaire se compose d'une Term() et de KeyWord.
Implémentations
ISearchSiteAdministrationServiceApplication.GetSpecialTermsInfoForBestBet(BestBet)
Remarques
La valeur du paramètre parentBestBet ne doit pas être null .
Voir aussi
Référence
SearchServiceApplication classe
SearchServiceApplication - Membres
Microsoft.Office.Server.Search.Administration - Espace de noms