Partager via


SPHealthRepairStatus Enumeration

Describes the result of an attempt to repair a problem detected by a SharePoint Maintenance Manager rule. This class is used by the upgrade tool.

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

Syntax

Public Enumeration SPHealthRepairStatus

Dim instance As SPHealthRepairStatus
public enum SPHealthRepairStatus

Members

Member name Description
Succeeded The repair action succeeded.
Failed The repair action failed.
Unnecessary The repair action was unnecessary.

Remarks

A rule's Repair() method returns one of the values of this enumeration.

See Also

Reference

Microsoft.SharePoint.Administration.Health Namespace