RepairStructure 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 kind of repair structure
public enum RepairStructure
type RepairStructure =
Public Enum RepairStructure
- Inheritance
-
RepairStructure
Fields
DataPurity | 2 | Checks the database for the column values that are not valid or out of range. |
None | 0 | None |
PhysicalOnly | 1 | Limits the checking to the integrity of the physical structure of the page and record headers. |