次の方法で共有


UsageAnalytics.DeleteStandardEventUsageData method

Schedules the deletion of analytics data of a standard event type for the site of this UsageAnalytics instance.

Namespace:  Microsoft.Office.Server.Search.Analytics
Assembly:  Microsoft.Office.Server.Search.Applications (in Microsoft.Office.Server.Search.Applications.dll)

Syntax

'Declaration
Public Sub DeleteStandardEventUsageData ( _
    eventType As Integer _
)
'Usage
Dim instance As UsageAnalytics
Dim eventType As Integer

instance.DeleteStandardEventUsageData(eventType)
public void DeleteStandardEventUsageData(
    int eventType
)

Parameters

  • eventType
    Type: System.Int32

    The ID of the application event type of the analytics data.

See also

Reference

UsageAnalytics class

UsageAnalytics members

Microsoft.Office.Server.Search.Analytics namespace