SearchServiceApplication.DeleteAllUsageDataForTenant - Méthode
Supprime toutes les données d'analyse dans la base de données de création de rapports de l'analyse pour un client donné.
Espace de noms : Microsoft.Office.Server.Search.Administration
Assembly : Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)
Syntaxe
'Déclaration
Public Sub DeleteAllUsageDataForTenant ( _
tenantId As Guid _
)
'Utilisation
Dim instance As SearchServiceApplication
Dim tenantId As Guid
instance.DeleteAllUsageDataForTenant(tenantId)
public void DeleteAllUsageDataForTenant(
Guid tenantId
)
Paramètres
tenantId
Type : System.GuidL'ID du client.
Implémentations
IAnalyticsServiceApplication.DeleteAllUsageDataForTenant(Guid)
Voir aussi
Référence
SearchServiceApplication classe
SearchServiceApplication - Membres
Microsoft.Office.Server.Search.Administration - Espace de noms