Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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. |