RepairStructure Enum
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
C#
public enum RepairStructure
type RepairStructure =
Public Enum RepairStructure
- Inheritance
-
RepairStructure
Name | Value | Description |
---|---|---|
None | 0 | None |
PhysicalOnly | 1 | Limits the checking to the integrity of the physical structure of the page and record headers. |
DataPurity | 2 | Checks the database for the column values that are not valid or out of range. |
Toode | Versioonid |
---|---|
Microsoft.SqlServer.SqlManagementObjects | 150.18208.0, 160.2004021.0 |