SearchServiceApplicationProxy.GetScopesInfo - Méthode
Récupère une liste des informations concernant chaque étendue 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 GetScopesInfo As List(Of ScopeInfo)
'Utilisation
Dim instance As SearchServiceApplicationProxy
Dim returnValue As List(Of ScopeInfo)
returnValue = instance.GetScopesInfo()
public List<ScopeInfo> GetScopesInfo()
Valeur renvoyée
Type : System.Collections.Generic.List<ScopeInfo>
La liste des informations étendues Search .
Implémentations
ISearchSiteAdministrationServiceApplication.GetScopesInfo()
Exceptions
Exception | Condition |
---|---|
Exception | Une erreur s'est produite pendant l'exécution de l'application. |
Remarques
Cette méthode récupère une liste des informations sur toutes les étendues Search qui sont définies dans le SearchServiceApplicationProxy.
Voir aussi
Référence
SearchServiceApplicationProxy classe
SearchServiceApplicationProxy - Membres
Microsoft.Office.Server.Search.Administration - Espace de noms