SPHealthAnalysisRule Constructor

Default constructor for the abstract base class SPHealthAnalysisRule.

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

Syntax

'Declaration
Protected Sub New
'Usage

Dim instance As New SPHealthAnalysisRule()
protected SPHealthAnalysisRule()

Remarks

The SharePoint Health Analyzer creates an instance of a rule before running it. When it instantiates the rule, it calls the parameterless default constructor for the derived class that defines the rule. 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

SPHealthAnalysisRule Class

SPHealthAnalysisRule Members

Microsoft.SharePoint.Administration.Health Namespace