Compartilhar via


SearchServiceApplication.GetResultSourceById method

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

Syntax

'Declaração
Public Function GetResultSourceById ( _
    sourceId As Guid, _
    owner As SearchObjectOwner _
) As SourceRecord
'Uso
Dim instance As SearchServiceApplication
Dim sourceId As Guid
Dim owner As SearchObjectOwner
Dim returnValue As SourceRecord

returnValue = instance.GetResultSourceById(sourceId, _
    owner)
public SourceRecord GetResultSourceById(
    Guid sourceId,
    SearchObjectOwner owner
)

Parâmetros

Valor retornado

Type: Microsoft.Office.Server.Search.Administration.Query.SourceRecord

Implements

IQuerypipelineManager.GetResultSourceById(Guid, SearchObjectOwner)

Ver também

Referência

SearchServiceApplication class

SearchServiceApplication members

Microsoft.Office.Server.Search.Administration namespace