SearchServiceApplicationProxy.GetSynonym - Méthode
Récupère le synonyme spécifié associé avec 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 GetSynonym ( _
term As String, _
parentSpecialTerm As Keyword _
) As Synonym
'Utilisation
Dim instance As SearchServiceApplicationProxy
Dim term As String
Dim parentSpecialTerm As Keyword
Dim returnValue As Synonym
returnValue = instance.GetSynonym(term, _
parentSpecialTerm)
public Synonym GetSynonym(
string term,
Keyword parentSpecialTerm
)
Paramètres
term
Type : System.StringLe terme du synonyme requis.
parentSpecialTerm
Type : Microsoft.Office.Server.Search.Administration.KeywordLe mot clé spécifié.
Valeur renvoyée
Type : Microsoft.Office.Server.Search.Administration.Synonym
Le synonyme associé au mot clé spécifié.
Implémentations
ISearchSiteAdministrationServiceApplication.GetSynonym(String, Keyword)
Exceptions
Exception | Condition |
---|---|
SearchServiceApplicationFault | Impossible de trouver le synonyme du terme spécial dans la base de données administration Search . |
Exception | Une erreur s'est produite pendant l'exécution de l'application. |
Remarques
La valeur du paramètre term ne doit pas être null .
La valeur du paramètre parentSpecialTerm ne doit pas être null .
Voir aussi
Référence
SearchServiceApplicationProxy classe
SearchServiceApplicationProxy - Membres
Microsoft.Office.Server.Search.Administration - Espace de noms