SPPerformanceCategoryDefinition-Klasse

Speichert Informationen über eine Reihe von Leistungsindikatoren in einem Satz Categoryand bietet Methoden für die Normalisierung der von Informationen aus Leistungsindikatoren.

Vererbungshierarchie

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

'Declaration
<GuidAttribute("8E8A42A7-A4F4-475b-83B6-DBF2611C5A76")> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public MustInherit Class SPPerformanceCategoryDefinition _
    Inherits SPAutoSerializingObject
'Usage
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

Threadsicherheit

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

Siehe auch

Referenz

SPPerformanceCategoryDefinition-Member

Microsoft.SharePoint.Diagnostics-Namespace