SearchServiceApplicationProxy.GetBestBetsCountForSpecialTerm - Méthode
Récupère le nombre de meilleurs résultats qui contiennent le mot clé 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 GetBestBetsCountForSpecialTerm ( _
st As Keyword _
) As Integer
'Utilisation
Dim instance As SearchServiceApplicationProxy
Dim st As Keyword
Dim returnValue As Integer
returnValue = instance.GetBestBetsCountForSpecialTerm(st)
public int GetBestBetsCountForSpecialTerm(
Keyword st
)
Paramètres
st
Type : Microsoft.Office.Server.Search.Administration.KeywordLe mot clé spécifié.
Valeur renvoyée
Type : System.Int32
Nombre de meilleurs résultats.
Implémentations
ISearchSiteAdministrationServiceApplication.GetBestBetsCountForSpecialTerm(Keyword)
Exceptions
Exception | Condition |
---|---|
Exception | Une erreur, par exemple un SearchServiceApplicationFault, s'est produite pendant l'exécution de l'application. |
Remarques
Cette méthode obtient le nombre de meilleurs résultats pour le mot clé représenté par le paramètre st .
Voir aussi
Référence
SearchServiceApplicationProxy classe
SearchServiceApplicationProxy - Membres
Microsoft.Office.Server.Search.Administration - Espace de noms