SearchServiceApplicationProxy.GetSearchTerms - Méthode
Obtient les termes à laquelle une requête de Search de mot clé a été restreinte.
Espace de noms : Microsoft.Office.Server.Search.Administration
Assembly : Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)
Syntaxe
'Déclaration
Public Function GetSearchTerms ( _
properties As KeywordQueryProperties _
) As String
'Utilisation
Dim instance As SearchServiceApplicationProxy
Dim properties As KeywordQueryProperties
Dim returnValue As String
returnValue = instance.GetSearchTerms(properties)
public string GetSearchTerms(
KeywordQueryProperties properties
)
Paramètres
properties
Type : Microsoft.Office.Server.Search.Query.KeywordQueryPropertiesLes propriétés d'une requête Search .
Valeur renvoyée
Type : System.String
Les termes du contrat auquel une requête de Search de mot clé a été restreinte.
Exceptions
Exception | Condition |
---|---|
Exception | Une erreur, par exemple un SearchServiceApplicationFault, s'est produite pendant l'exécution de l'application. |
Remarques
Le paramètre properties doit être spécifié avant que cette méthode est appelée.
Voir aussi
Référence
SearchServiceApplicationProxy classe
SearchServiceApplicationProxy - Membres
Microsoft.Office.Server.Search.Administration - Espace de noms