IAnalyticsServiceApplication.GetSearchReport method
Obtém os dados para um relatório de pesquisa, incluindo consultas top que se aplicam a esse relatório de pesquisa específica.
Namespace: Microsoft.Office.Server.Search.Analytics
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
<OperationContractAttribute> _
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 IAnalyticsServiceApplication
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)
[OperationContractAttribute]
IList<QueryReportData> GetSearchReport(
int reportType,
Guid tenantId,
Guid siteId,
DateTime reportDate,
bool bDaily,
uint maxRows
)
Parâmetros
reportType
Type: System.Int32O tipo de relatório de pesquisa.
tenantId
Type: System.GuidA identificação do site.
siteId
Type: System.GuidO dia ou mês para usar em associação com o intervalo de tempo.
reportDate
Type: System.DateTimeO intervalo de tempo (dia ou mês) para o qual deseja recuperar dados.
bDaily
Type: System.BooleanO número máximo de consultas top para retornar.
maxRows
Type: System.UInt32O número máximo de linhas a serem retornadas.
Valor retornado
Type: System.Collections.Generic.IList<QueryReportData>
Principais consultas que se aplicam ao relatório de pesquisa específica.
Ver também
Referência
IAnalyticsServiceApplication interface