SPSiteInventoryUsageProvider 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.SPSiteInventoryUsageProvider
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
<ObsoleteAttribute("Site inventory collection is no longer necessary for the new analytics platform.")> _
<GuidAttribute("4eef28b4-97d9-4f29-b18e-d75eacd0f1d4")> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class SPSiteInventoryUsageProvider _
Inherits SPUsageProvider
'用途
Dim instance As SPSiteInventoryUsageProvider
[ObsoleteAttribute("Site inventory collection is no longer necessary for the new analytics platform.")]
[GuidAttribute("4eef28b4-97d9-4f29-b18e-d75eacd0f1d4")]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class SPSiteInventoryUsageProvider : 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.