SearchServiceApplicationProxy.GetSearchReport - Méthode
Obtient les données pour un rapport de recherche, y compris les requêtes les plus fréquentes qui s'appliquent à ce rapport de recherche spécifique.
Espace de noms : Microsoft.Office.Server.Search.Administration
Assembly : Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)
Syntaxe
'Déclaration
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)
'Utilisation
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
)
Paramètres
reportType
Type : System.Int32le type de rapport de recherche
tenantId
Type : System.Guidl'id de site
siteId
Type : System.Guidle jour ou le mois à utiliser en association avec la plage de temps
reportDate
Type : System.DateTimela plage de temps (jour ou mois) pour lequel récupérer des données
bDaily
Type : System.Booleanle nombre maximal de requêtes les plus fréquentes à renvoyer
- maxRows
Type : System.UInt32
Valeur renvoyée
Type : System.Collections.Generic.IList<QueryReportData>
les requêtes les plus fréquentes qui s'appliquent au rapport de recherche spécifique
Implémentations
IAnalyticsServiceApplication.GetSearchReport(Int32, Guid, Guid, DateTime, Boolean, UInt32)
Voir aussi
Référence
SearchServiceApplicationProxy classe
SearchServiceApplicationProxy - Membres
Microsoft.Office.Server.Search.Administration - Espace de noms