RepairOptions Enum

Definition

Specifies the repair options

This enumeration supports a bitwise combination of its member values.

[System.Flags]
public enum RepairOptions
[<System.Flags>]
type RepairOptions = 
Public Enum RepairOptions
Inheritance
RepairOptions
Attributes

Fields

AllErrorMessages 1

Displays all reported errors per object.

EstimateOnly 16

Displays the amount of estimated tempdb space.

ExtendedLogicalChecks 2

Performs logical consistency.

NoInformationMessages 4

Suppress all informational messages.

None 0

None.

TableLock 8

Obtains lock instead of using an internal database snapshot.

Applies to