Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the analytics item data rolled up to the tenant.
Namespace: Microsoft.Office.Server.Search.Analytics
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<OperationContractAttribute> _
Function GetTenantAnalyticsItemData ( _
eventType As Integer, _
tenantId As Guid _
) As AnalyticsItemData
'Usage
Dim instance As IAnalyticsServiceApplication
Dim eventType As Integer
Dim tenantId As Guid
Dim returnValue As AnalyticsItemData
returnValue = instance.GetTenantAnalyticsItemData(eventType, _
tenantId)
[OperationContractAttribute]
AnalyticsItemData GetTenantAnalyticsItemData(
int eventType,
Guid tenantId
)
Parameters
eventType
Type: System.Int32Event type.
tenantId
Type: System.GuidTenant ID.
Return value
Type: Microsoft.Office.Server.Search.Analytics.AnalyticsItemData
The analytics item data.
See also
Reference
IAnalyticsServiceApplication interface