SPHealthCheckSchedule enumeration

Specifies the schedule that determines when a SharePoint Health Analyzer rule will automatically run.

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

Syntax

'Declaration
Public Enumeration SPHealthCheckSchedule
'Usage
Dim instance As SPHealthCheckSchedule
public enum SPHealthCheckSchedule

Members

Member name Description
Hourly Run the rule hourly.
Daily Run the rule daily.
Weekly Run the rule weekly.
Monthly Run the rule monthly.
OnDemand Run the rule on demand.

See also

Reference

Microsoft.SharePoint.Administration.Health namespace