Partager via


IAnalyticsServiceApplication.GetRollupAnalyticsItemData - Méthode

Récupère l'agrégée de l'analyse des données reportées à une collection de site ou étendue donnée d'élément.

Espace de noms :  Microsoft.Office.Server.Search.Analytics
Assembly :  Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)

Syntaxe

'Déclaration
<OperationContractAttribute> _
Function GetRollupAnalyticsItemData ( _
    eventType As Integer, _
    tenantId As Guid, _
    siteId As Guid, _
    scopeId As Guid _
) As AnalyticsItemData
'Utilisation
Dim instance As IAnalyticsServiceApplication
Dim eventType As Integer
Dim tenantId As Guid
Dim siteId As Guid
Dim scopeId As Guid
Dim returnValue As AnalyticsItemData

returnValue = instance.GetRollupAnalyticsItemData(eventType, _
    tenantId, siteId, scopeId)
[OperationContractAttribute]
AnalyticsItemData GetRollupAnalyticsItemData(
    int eventType,
    Guid tenantId,
    Guid siteId,
    Guid scopeId
)

Paramètres

  • eventType
    Type : System.Int32

    Le type d'événement. Un entier représentant le type d'événement, StandardEventTypeId() ou CustomEventTypeId().

  • scopeId
    Type : System.Guid

    L'ID de portée, par exemple, l'id pour afficher les événements, ou Guid.Empty si vous reportant au site.

Valeur renvoyée

Type : Microsoft.Office.Server.Search.Analytics.AnalyticsItemData
L'analyse des données d'élément.

Voir aussi

Référence

IAnalyticsServiceApplication interface

IAnalyticsServiceApplication - Membres

Microsoft.Office.Server.Search.Analytics - Espace de noms