Compartilhar via


SearchServiceApplication.GetSearchReport method

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

Syntax

'Declaração
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)
'Uso
Dim instance As SearchServiceApplication
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
)

Parâmetros

Valor retornado

Type: System.Collections.Generic.IList<QueryReportData>

Implements

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

Ver também

Referência

SearchServiceApplication class

SearchServiceApplication members

Microsoft.Office.Server.Search.Administration namespace