SPHealthReportStore class

Represents a persisted object used to store the SQL queries that generate a health report.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Administration.SPAutoSerializingObject
    Microsoft.SharePoint.Administration.SPPersistedObject
      Microsoft.SharePoint.Administration.SPHealthReportStore

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

Syntax

'Declaration
<GuidAttribute("708D9802-A6AF-40a2-86A5-F7018D589161")> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class SPHealthReportStore _
    Inherits SPPersistedObject
'Usage
Dim instance As SPHealthReportStore
[GuidAttribute("708D9802-A6AF-40a2-86A5-F7018D589161")]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class SPHealthReportStore : SPPersistedObject

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.

See also

Reference

SPHealthReportStore members

Microsoft.SharePoint.Administration namespace