SearchServiceApplicationProxy.GetSearchReport 方法

搜索报表包括应用到该特定的搜索报告的顶部查询获取数据。

命名空间:  Microsoft.Office.Server.Search.Administration
程序集:  Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)

语法

声明
Public Function GetSearchReport ( _
    reportType As Integer, _
    tenantId As Guid, _
    siteId As Guid, _
    reportDate As DateTime, _
    bDaily As Boolean, _
    maxRows As UInteger _
) As IList(Of QueryReportData)
用法
Dim instance As SearchServiceApplicationProxy
Dim reportType As Integer
Dim tenantId As Guid
Dim siteId As Guid
Dim reportDate As DateTime
Dim bDaily As Boolean
Dim maxRows As UInteger
Dim returnValue As IList(Of QueryReportData)

returnValue = instance.GetSearchReport(reportType, _
    tenantId, siteId, reportDate, bDaily, _
    maxRows)
public IList<QueryReportData> GetSearchReport(
    int reportType,
    Guid tenantId,
    Guid siteId,
    DateTime reportDate,
    bool bDaily,
    uint maxRows
)

参数

  • siteId
    类型:System.Guid

    一天或一个月,在与时间的关联中使用

  • reportDate
    类型:System.DateTime

    要为其检索数据的时间 (一天或月)

返回值

类型:System.Collections.Generic.IList<QueryReportData>
最适用于特定的搜索报告查询

实现

IAnalyticsServiceApplication.GetSearchReport(Int32, Guid, Guid, DateTime, Boolean, UInt32)

另请参阅

引用

SearchServiceApplicationProxy 类

SearchServiceApplicationProxy 成员

Microsoft.Office.Server.Search.Administration 命名空间