SPHealthAnalysisRule Members

Include Protected Members
Include Inherited Members

An abstract base class that provides a definition for a SharePoint Maintenance Manager rule. This class is used by the upgrade tool.

The SPHealthAnalysisRule type exposes the following members.

Constructors

  Name Description
Protected method SPHealthAnalysisRule Default constructor for the abstract base class SPHealthAnalysisRule.

Top

Properties

  Name Description
Public property ErrorLevel Gets the severity level of problems that this rule detects.
Public property Explanation Gets a detailed description of the problem detected by the rule.
Protected property Log This member is reserved for internal use and is not intended to be used directly from your code.
Public property Remedy Gets a description of manual steps that an administrator can take to correct the problem detected by the rule.
Public property Summary Gets a brief description of the problem detected by this rule.

Top

Methods

  Name Description
Protected methodStatic member AddElement This member is reserved for internal use and is not intended to be used directly from your code.
Public method Check When overridden in a derived class, searches for a single problem.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

See Also

Reference

SPHealthAnalysisRule Class

Microsoft.SharePoint.Administration.Health Namespace