RepairStructure Enumeration
The RepairRepairStructure enumeration contains values that are used to specify the type of repair options used when checking data in a table.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SqlEnum (in microsoft.sqlserver.sqlenum.dll)
Syntax
'Bildirim
Public Enumeration RepairStructure
public enum RepairStructure
public enum class RepairStructure
public enum RepairStructure
public enum RepairStructure
Members
Member name | Description |
---|---|
DataPurity | Checks the table for column values that are not valid, or are out-of-range. |
None | No column checks are performed. |
PhysicalOnly | Column-integrity checks are not performed. |
Remarks
The RepairStructure enumeration class is served by the T:Microsoft.SqlServer.Management.Smo.Database.CheckTables(Microsoft.SqlServer.Management.Smo.RepairStructure) method.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.