SearchServiceApplication.GetContentSourceNames - Méthode

Obtient une liste de noms de ContentSource gérés par le SearchServiceApplication.

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 SearchServiceApplication
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 de ContentSource .

Implémentations

ISearchSiteAdministrationServiceApplication.GetContentSourceNames()

Remarques

Cette méthode obtient une liste qui contient tous les noms de ContentSource gérés par le SearchServiceApplication.

Voir aussi

Référence

SearchServiceApplication classe

SearchServiceApplication - Membres

Microsoft.Office.Server.Search.Administration - Espace de noms