SearchServiceApplicationProxy.GetResultSourceById 方法
仅供内部使用。
命名空间: Microsoft.Office.Server.Search.Administration
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
Public Function GetResultSourceById ( _
sourceId As Guid, _
owner As SearchObjectOwner _
) As SourceRecord
用法
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
)
参数
- sourceId
类型:System.Guid
返回值
类型:Microsoft.Office.Server.Search.Administration.Query.SourceRecord
实现
IQuerypipelineManager.GetResultSourceById(Guid, SearchObjectOwner)
另请参阅
引用
SearchServiceApplicationProxy 类