RepairOptions Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
None | 0 | None. |
AllErrorMessages | 1 | Displays all reported errors per object. |
ExtendedLogicalChecks | 2 | Performs logical consistency. |
NoInformationMessages | 4 | Suppress all informational messages. |
TableLock | 8 | Obtains lock instead of using an internal database snapshot. |
EstimateOnly | 16 | Displays the amount of estimated tempdb space. |