Share via


SPResourceMeasureCollection class

封裝靜態的一組資源測量包含要監視之使用者的程式碼的 Guid 和資料相關聯的限制。

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Administration.SPPersistedObjectCollection<SPResourceMeasure>
    Microsoft.SharePoint.Administration.SPPersistedChildCollection<SPResourceMeasure>
      Microsoft.SharePoint.Administration.SPResourceMeasureCollection

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

Syntax

'宣告
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class SPResourceMeasureCollection _
    Inherits SPPersistedChildCollection(Of SPResourceMeasure)
'用途
Dim instance As SPResourceMeasureCollection
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class SPResourceMeasureCollection : SPPersistedChildCollection<SPResourceMeasure>

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.

請參閱

參照

SPResourceMeasureCollection members

Microsoft.SharePoint.Administration namespace