SPContentDatabaseIntegrityCheckOptions enumeration

Provides a number of configuration options for the content database integrity check.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:  Microsoft.SharePoint.Upgrade
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration SPContentDatabaseIntegrityCheckOptions
'Usage
Dim instance As SPContentDatabaseIntegrityCheckOptions
[FlagsAttribute]
public enum SPContentDatabaseIntegrityCheckOptions

Members

Member name Description
None No changes to integrity check operation.
CalledFromHealthRule Indicates that the check is run from a SharePoint health rule. This scopes the check to a set of operations valid during a health rule.
ExtendedAdminCheck Extends the check to all site administrator users.
ShowLocation Adds location data to log results.

See also

Reference

Microsoft.SharePoint.Upgrade namespace