SearchServiceApplication.GetSpecialTermsInfo - Méthode
Récupère un dictionnaire d'objets de KeyWord à partir de la collection de sites pour un groupe de consommateurs spécifié KeyWord .
Espace de noms : Microsoft.Office.Server.Search.Administration
Assembly : Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)
Syntaxe
'Déclaration
Public Function GetSpecialTermsInfo ( _
view As KeywordView, _
filter As KeywordFilter, _
value As String, _
consumerGpId As String _
) As Dictionary(Of String, Keyword)
'Utilisation
Dim instance As SearchServiceApplication
Dim view As KeywordView
Dim filter As KeywordFilter
Dim value As String
Dim consumerGpId As String
Dim returnValue As Dictionary(Of String, Keyword)
returnValue = instance.GetSpecialTermsInfo(view, _
filter, value, consumerGpId)
public Dictionary<string, Keyword> GetSpecialTermsInfo(
KeywordView view,
KeywordFilter filter,
string value,
string consumerGpId
)
Paramètres
view
Type : Microsoft.Office.Server.Search.Administration.KeywordViewUne des valeurs d'énumération qui spécifie le type d'objets KeyWord à inclure dans le résultat de la valeur.
filter
Type : Microsoft.Office.Server.Search.Administration.KeywordFilterUne des valeurs d'énumération qui spécifie les attributs KeyWord sont comparées avec l' value.
value
Type : System.StringChaîne qui est utilisée pour la comparaison lors de l'exécution de l'opération de filtrage.
consumerGpId
Type : System.StringID du groupe de consommateurs KeyWord .
Valeur renvoyée
Type : System.Collections.Generic.Dictionary<String, Keyword>
Le dictionnaire se compose d'une KeyWord et de Term().
Implémentations
Remarques
La liste des attributs de KeyWord peut être filtrée en fonction des critères spécifiés dans l'affichage et le filtrage.
Voir aussi
Référence
SearchServiceApplication classe
SearchServiceApplication - Membres
Microsoft.Office.Server.Search.Administration - Espace de noms