共用方式為


SPSiteInventoryUsageProvider.UsageEntryType property

NOTE: This API is now obsolete.

包含SPUsageEntry對應至這個SPUsageDefinition的類型。

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.")> _
Public Overrides ReadOnly Property UsageEntryType As Type
    Get
'用途
Dim instance As SPSiteInventoryUsageProvider
Dim value As Type

value = instance.UsageEntryType
[ObsoleteAttribute("Site inventory collection is no longer necessary for the new analytics platform.")]
public override Type UsageEntryType { get; }

Property value

Type: System.Type
Type 中。

備註

SPUsageEntry是記錄流量項目至系統的公用介面。

請參閱

參照

SPSiteInventoryUsageProvider class

SPSiteInventoryUsageProvider members

Microsoft.SharePoint.Administration namespace