SPClickthroughUsageEntry 类
请注意:此 API 现在已过时。
包含有关系统中对实体进行鼠标单击数据。
继承层次结构
System.Object
Microsoft.SharePoint.Administration.SPUsageEntry
Microsoft.SharePoint.Administration.SPClickthroughUsageEntry
命名空间: Microsoft.SharePoint.Administration
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
<SerializableAttribute> _
<ObsoleteAttribute("Query click through collection is no longer necessary for the new analytics platform.")> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class SPClickthroughUsageEntry _
Inherits SPUsageEntry _
Implements ISerializableUsageEntry
用法
Dim instance As SPClickthroughUsageEntry
[SerializableAttribute]
[ObsoleteAttribute("Query click through collection is no longer necessary for the new analytics platform.")]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class SPClickthroughUsageEntry : SPUsageEntry,
ISerializableUsageEntry
线程安全性
该类型的任何公共 静态 (已共享 在 Visual Basic 中) 成员都是线程安全的。不保证任何实例成员都是线程安全的。