SPPerformanceCategoryDefinition class
效能計數器組 categoryand 中一組相關的存放區資訊提供的正規化效能計數器資訊的方法。
Inheritance hierarchy
System.Object
Microsoft.SharePoint.Administration.SPAutoSerializingObject
Microsoft.SharePoint.Diagnostics.SPPerformanceCategoryDefinition
Microsoft.SharePoint.Diagnostics.SPGeneralPerformanceCategoryDefinition
Namespace: Microsoft.SharePoint.Diagnostics
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
<GuidAttribute("8E8A42A7-A4F4-475b-83B6-DBF2611C5A76")> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public MustInherit Class SPPerformanceCategoryDefinition _
Inherits SPAutoSerializingObject
'用途
Dim instance As SPPerformanceCategoryDefinition
[GuidAttribute("8E8A42A7-A4F4-475b-83B6-DBF2611C5A76")]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public abstract class SPPerformanceCategoryDefinition : SPAutoSerializingObject
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.