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