SearchServiceApplication.GetBestBetsCountForSpecialTerm - Méthode

Calcule le nombre d'attributs de BestBet pour la Keywordde 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 SearchServiceApplication
Dim st As Keyword
Dim returnValue As Integer

returnValue = instance.GetBestBetsCountForSpecialTerm(st)
public int GetBestBetsCountForSpecialTerm(
    Keyword st
)

Paramètres

Valeur renvoyée

Type : System.Int32
Le nombre d'attributs de BestBet .

Implémentations

ISearchSiteAdministrationServiceApplication.GetBestBetsCountForSpecialTerm(Keyword)

Remarques

Cette méthode obtient le nombre d'attributs de BestBet pour le terme spécifié.

Voir aussi

Référence

SearchServiceApplication classe

SearchServiceApplication - Membres

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