SPSiteInventoryUsageProvider-Klasse

HINWEIS: Diese API ist veraltet.

Verwendungsanbieter für Website Inventar.

Vererbungshierarchie

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

'Declaration
<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
'Usage
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

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Die Threadsicherheit von Instanzmembern ist nicht gewährleistet.

Siehe auch

Referenz

SPSiteInventoryUsageProvider-Member

Microsoft.SharePoint.Administration-Namespace