SearchServiceApplication.GetContentSourceNames method
Obtém uma lista de nomes de ContentSource gerenciadas pelo SearchServiceApplication.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public Function GetContentSourceNames As List(Of String)
'Uso
Dim instance As SearchServiceApplication
Dim returnValue As List(Of String)
returnValue = instance.GetContentSourceNames()
public List<string> GetContentSourceNames()
Valor retornado
Type: System.Collections.Generic.List<String>
Uma lista de nomes de ContentSource .
Implements
ISearchSiteAdministrationServiceApplication.GetContentSourceNames()
Comentários
Esse método obtém uma lista que contém todos os nomes de ContentSource gerenciados pelo SearchServiceApplication.
Ver também
Referência
SearchServiceApplication class