SearchServiceApplicationProxy.GetSpecialTermsCountForBestBet - Méthode
Récupère le nombre d'attributs de mots clés qui sont associés à ce 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 GetSpecialTermsCountForBestBet ( _
parentBestBet As BestBet _
) As Integer
'Utilisation
Dim instance As SearchServiceApplicationProxy
Dim parentBestBet As BestBet
Dim returnValue As Integer
returnValue = instance.GetSpecialTermsCountForBestBet(parentBestBet)
public int GetSpecialTermsCountForBestBet(
BestBet parentBestBet
)
Paramètres
parentBestBet
Type : Microsoft.Office.Server.Search.Administration.BestBetLe meilleur résultat spécifié.
Valeur renvoyée
Type : System.Int32
Le nombre d'attributs de mot clé.
Implémentations
ISearchSiteAdministrationServiceApplication.GetSpecialTermsCountForBestBet(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