Compartilhar via


SearchServiceApplicationProxy.GetContentSourceNames method

Obtém uma lista de nomes de fontes de conteúdo gerenciado pelo SearchServiceApplicationProxy.

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 SearchServiceApplicationProxy
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 objetos ContentSource .

Implements

ISearchSiteAdministrationServiceApplication.GetContentSourceNames()

Exceptions

Exception Condition
Exception

Ocorreu um erro, como um SearchServiceApplicationFault, durante a execução do aplicativo.

Comentários

Esse método obtém uma lista que contém todos os nomes das fontes de conteúdo gerenciados pelo SearchServiceApplicationProxy.

Ver também

Referência

SearchServiceApplicationProxy class

SearchServiceApplicationProxy members

Microsoft.Office.Server.Search.Administration namespace