Compartilhar via


IAnalyticsServiceApplication.GetRollupAnalyticsItemData method

Recupera os analytics agregados item dados acumulados para um determinado conjunto de sites ou de escopo.

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

Syntax

'Declaração
<OperationContractAttribute> _
Function GetRollupAnalyticsItemData ( _
    eventType As Integer, _
    tenantId As Guid, _
    siteId As Guid, _
    scopeId As Guid _
) As AnalyticsItemData
'Uso
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
)

Parâmetros

  • eventType
    Type: System.Int32

    O tipo de evento. Um inteiro que representa o tipo de evento, StandardEventTypeId() ou CustomEventTypeId().

  • scopeId
    Type: System.Guid

    A identificação de escopo, por exemplo, a identificação da web para exibir os eventos ou Guid.Empty se acumulando com o site.

Valor retornado

Type: Microsoft.Office.Server.Search.Analytics.AnalyticsItemData
Os dados de item do analytics.

Ver também

Referência

IAnalyticsServiceApplication interface

IAnalyticsServiceApplication members

Microsoft.Office.Server.Search.Analytics namespace