SearchServiceApplicationProxy.DeleteAllUsageDataForTenant 方法
安排一个租户的所有分析数据的删除
命名空间: Microsoft.Office.Server.Search.Administration
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
Public Sub DeleteAllUsageDataForTenant ( _
tenantId As Guid _
)
用法
Dim instance As SearchServiceApplicationProxy
Dim tenantId As Guid
instance.DeleteAllUsageDataForTenant(tenantId)
public void DeleteAllUsageDataForTenant(
Guid tenantId
)
参数
tenantId
类型:System.Guid租户 id
实现
IAnalyticsServiceApplication.DeleteAllUsageDataForTenant(Guid)
另请参阅
引用
SearchServiceApplicationProxy 类