SearchServiceApplicationProxy.GetResultSourceById method

For Internal use only.

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

Syntax

'Declaration
Public Function GetResultSourceById ( _
    sourceId As Guid, _
    owner As SearchObjectOwner _
) As SourceRecord
'Usage
Dim instance As SearchServiceApplicationProxy
Dim sourceId As Guid
Dim owner As SearchObjectOwner
Dim returnValue As SourceRecord

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

Parameters

Return value

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

Implements

IQuerypipelineManager.GetResultSourceById(Guid, SearchObjectOwner)

See also

Reference

SearchServiceApplicationProxy class

SearchServiceApplicationProxy members

Microsoft.Office.Server.Search.Administration namespace