SearchServiceApplicationProxy.GetProperties - Méthode
Récupère une liste d'informations sur les propriétés associées à une requête Search .
Espace de noms : Microsoft.Office.Server.Search.Administration
Assembly : Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)
Syntaxe
'Déclaration
Public Function GetProperties ( _
properties As QueryProperties _
) As PropertyInformation()
'Utilisation
Dim instance As SearchServiceApplicationProxy
Dim properties As QueryProperties
Dim returnValue As PropertyInformation()
returnValue = instance.GetProperties(properties)
public PropertyInformation[] GetProperties(
QueryProperties properties
)
Paramètres
properties
Type : Microsoft.Office.Server.Search.Query.QueryPropertiesLes propriétés d'une requête Search .
Valeur renvoyée
Type : []
Liste des informations sur les propriétés de la requête.
Exceptions
Exception | Condition |
---|---|
Exception | Une erreur, par exemple un SearchServiceApplicationFault, s'est produite pendant l'exécution de l'application. |
Remarques
Cette méthode récupère une liste d'informations sur les propriétés d'une requête Search .
Voir aussi
Référence
SearchServiceApplicationProxy classe
SearchServiceApplicationProxy - Membres
Microsoft.Office.Server.Search.Administration - Espace de noms