Метод SearchServiceApplication.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 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
)
Параметры
- reportType
Тип: System.Int32
- tenantId
Тип: System.Guid
- siteId
Тип: System.Guid
- reportDate
Тип: System.DateTime
- bDaily
Тип: System.Boolean
- maxRows
Тип: System.UInt32
Возвращаемое значение
Тип: System.Collections.Generic.IList<QueryReportData>
Реализации
IAnalyticsServiceApplication.GetSearchReport(Int32, Guid, Guid, DateTime, Boolean, UInt32)
См. также
Справочные материалы
SearchServiceApplication класс
Элементы SearchServiceApplication
Пространство имен Microsoft.Office.Server.Search.Administration