SearchServiceApplicationProxy.DeleteStandardEventUsageDataForTenant 方法
计划为承租人标准事件类型的分析数据的删除。
命名空间: Microsoft.Office.Server.Search.Administration
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
Public Sub DeleteStandardEventUsageDataForTenant ( _
tenantId As Guid, _
eventType As Integer _
)
用法
Dim instance As SearchServiceApplicationProxy
Dim tenantId As Guid
Dim eventType As Integer
instance.DeleteStandardEventUsageDataForTenant(tenantId, _
eventType)
public void DeleteStandardEventUsageDataForTenant(
Guid tenantId,
int eventType
)
参数
tenantId
类型:System.Guid租户 id。
eventType
类型:System.Int32事件类型。
实现
IAnalyticsServiceApplication.DeleteStandardEventUsageDataForTenant(Guid, Int32)
另请参阅
引用
SearchServiceApplicationProxy 类