Compartilhar via


SearchServiceApplicationProxy.GetResultSourceNamesByIds method

Somente para uso interno.

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaração
Public Function GetResultSourceNamesByIds ( _
    sourceIds As IEnumerable(Of Guid) _
) As IDictionary(Of Guid, String)
'Uso
Dim instance As SearchServiceApplicationProxy
Dim sourceIds As IEnumerable(Of Guid)
Dim returnValue As IDictionary(Of Guid, String)

returnValue = instance.GetResultSourceNamesByIds(sourceIds)
public IDictionary<Guid, string> GetResultSourceNamesByIds(
    IEnumerable<Guid> sourceIds
)

Parâmetros

Valor retornado

Type: System.Collections.Generic.IDictionary<Guid, String>

Implements

IQuerypipelineManager.GetResultSourceNamesByIds(IEnumerable<Guid>)

Ver também

Referência

SearchServiceApplicationProxy class

SearchServiceApplicationProxy members

Microsoft.Office.Server.Search.Administration namespace