SPDiagnosticsProviderCollection-Klasse

Stellt eine Auflistung von Diagnoseanbieter, deren Aufgabe besteht darin, Diagnoseinformationen zu sammeln und gibt sie an die Protokollierungsdatenbank.

Vererbungshierarchie

System.Object
  Microsoft.SharePoint.Administration.SPPersistedObjectCollection<SPDiagnosticsProvider>
    Microsoft.SharePoint.Administration.SPPersistedChildCollection<SPDiagnosticsProvider>
      Microsoft.SharePoint.Diagnostics.SPDiagnosticsProviderCollection

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

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class SPDiagnosticsProviderCollection _
    Inherits SPPersistedChildCollection(Of SPDiagnosticsProvider)
'Usage
Dim instance As SPDiagnosticsProviderCollection
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class SPDiagnosticsProviderCollection : SPPersistedChildCollection<SPDiagnosticsProvider>

Threadsicherheit

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

Siehe auch

Referenz

SPDiagnosticsProviderCollection-Member

Microsoft.SharePoint.Diagnostics-Namespace