SearchServiceApplicationProxy.GetContentSourceNames - Méthode
Obtient une liste des noms des sources de contenu gérés par le SearchServiceApplicationProxy.
Espace de noms : Microsoft.Office.Server.Search.Administration
Assembly : Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)
Syntaxe
'Déclaration
Public Function GetContentSourceNames As List(Of String)
'Utilisation
Dim instance As SearchServiceApplicationProxy
Dim returnValue As List(Of String)
returnValue = instance.GetContentSourceNames()
public List<string> GetContentSourceNames()
Valeur renvoyée
Type : System.Collections.Generic.List<String>
Une liste de noms d'objets de ContentSource .
Implémentations
ISearchSiteAdministrationServiceApplication.GetContentSourceNames()
Exceptions
Exception | Condition |
---|---|
Exception | Une erreur, par exemple un SearchServiceApplicationFault, s'est produite pendant l'exécution de l'application. |
Remarques
Cette méthode obtient une liste qui contient tous les noms des sources de contenu gérés par le SearchServiceApplicationProxy.
Voir aussi
Référence
SearchServiceApplicationProxy classe
SearchServiceApplicationProxy - Membres
Microsoft.Office.Server.Search.Administration - Espace de noms