Freigeben über


SPAnalyticsUsageEntry.LogAnalyticsEvent-Methode (Guid, String, Guid)

Erstellt und ein Analytics-Ereignis in der Pipeline Analytics protokolliert.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Shared Sub LogAnalyticsEvent ( _
    appEventTypeId As Guid, _
    itemId As String, _
    rollupScopeId As Guid _
)
'Usage
Dim appEventTypeId As Guid
Dim itemId As String
Dim rollupScopeId As GuidSPAnalyticsUsageEntry.LogAnalyticsEvent(appEventTypeId, _
    itemId, rollupScopeId)
public static void LogAnalyticsEvent(
    Guid appEventTypeId,
    string itemId,
    Guid rollupScopeId
)

Parameter

  • appEventTypeId
    Typ: System.Guid

    Die ID des Analytics Ereignistyp zu erstellen.

  • rollupScopeId
    Typ: System.Guid

    Die ID eines hierarchischen Rollup-Bereichs des Elements.

Siehe auch

Referenz

SPAnalyticsUsageEntry Klasse

SPAnalyticsUsageEntry-Member

LogAnalyticsEvent-Überladung

Microsoft.SharePoint.Administration-Namespace