Partager via


SearchServiceApplicationProxy.GetSpecialTermsCount - Méthode

Récupère le nombre d'attributs de mot clé pour le groupe de consommateurs de mots clés spécifiés.

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

Syntaxe

'Déclaration
Public Function GetSpecialTermsCount ( _
    view As KeywordView, _
    filter As KeywordFilter, _
    value As String, _
    consumerGpId As String _
) As Integer
'Utilisation
Dim instance As SearchServiceApplicationProxy
Dim view As KeywordView
Dim filter As KeywordFilter
Dim value As String
Dim consumerGpId As String
Dim returnValue As Integer

returnValue = instance.GetSpecialTermsCount(view, _
    filter, value, consumerGpId)
public int GetSpecialTermsCount(
    KeywordView view,
    KeywordFilter filter,
    string value,
    string consumerGpId
)

Paramètres

  • value
    Type : System.String

    La valeur de comparaison lorsque vous effectuez le filtrage.

  • consumerGpId
    Type : System.String

    ID du groupe de consommateurs de mot clé.

Valeur renvoyée

Type : System.Int32
Le nombre d'attributs de mot clé.

Implémentations

ISearchSiteAdministrationServiceApplication.GetSpecialTermsCount(KeywordView, KeywordFilter, String, String)

Exceptions

Exception Condition
Exception

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

Remarques

Les attributs de mot clé inclus peuvent être filtrées en fonction des critères spécifiés dans les paramètres view et filter .

Voir aussi

Référence

SearchServiceApplicationProxy classe

SearchServiceApplicationProxy - Membres

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