Share via


SPClickthroughUsageDefinition class

NOTE: This API is now obsolete.

用來協助平台小組分析記錄。

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Administration.SPAutoSerializingObject
    Microsoft.SharePoint.Administration.SPPersistedObject
      Microsoft.SharePoint.Administration.SPUsageDefinition
        Microsoft.SharePoint.Administration.SPUsageProvider
          Microsoft.SharePoint.Administration.SPClickthroughUsageDefinition

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

Syntax

'宣告
<GuidAttribute("09DC251C-3DE6-4dc1-8337-63EF20350089")> _
<ObsoleteAttribute("Query click through collection is no longer necessary for the new analytics platform.")> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public NotInheritable Class SPClickthroughUsageDefinition _
    Inherits SPUsageProvider
'用途
Dim instance As SPClickthroughUsageDefinition
[GuidAttribute("09DC251C-3DE6-4dc1-8337-63EF20350089")]
[ObsoleteAttribute("Query click through collection is no longer necessary for the new analytics platform.")]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public sealed class SPClickthroughUsageDefinition : SPUsageProvider

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

請參閱

參照

SPClickthroughUsageDefinition members

Microsoft.SharePoint.Administration namespace