SPRepairableHealthAnalysisRule constructor

Default constructor for the abstract base class SPRepairableHealthAnalysisRule.

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

Syntax

'Declaration
Protected Sub New
'Usage

Dim instance As New SPRepairableHealthAnalysisRule()
protected SPRepairableHealthAnalysisRule()

Remarks

The SharePoint Health Analyzer must create an instance of a rule before running it. When it instantiates the rule, it calls the parameterless default constructor for the derived class. The default constructor for the base class is called implicitly when the default constructor of the derived class is called, regardless whether the derived class has implemented a parameterless constructor.

See also

Reference

SPRepairableHealthAnalysisRule class

SPRepairableHealthAnalysisRule members

Microsoft.SharePoint.Administration.Health namespace