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.
Deletes all analytics data in the Analytics Reporting Database for a given tenant.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Sub DeleteAllUsageDataForTenant ( _
tenantId As Guid _
)
'Usage
Dim instance As SearchServiceApplication
Dim tenantId As Guid
instance.DeleteAllUsageDataForTenant(tenantId)
public void DeleteAllUsageDataForTenant(
Guid tenantId
)
Parameters
tenantId
Type: System.GuidThe ID of the tenant.
Implements
IAnalyticsServiceApplication.DeleteAllUsageDataForTenant(Guid)
See also
Reference
SearchServiceApplication class