SearchServiceApplicationProxy.GetResultSourceById 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 GetResultSourceById ( _
sourceId As Guid, _
owner As SearchObjectOwner _
) As SourceRecord
'Uso
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
)
Parâmetros
- sourceId
Type: System.Guid
Valor retornado
Type: Microsoft.Office.Server.Search.Administration.Query.SourceRecord
Implements
IQuerypipelineManager.GetResultSourceById(Guid, SearchObjectOwner)
Ver também
Referência
SearchServiceApplicationProxy class