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