RepairStructure 枚举
The RepairRepairStructure enumeration contains values that are used to specify the type of repair options used when checking data in a table.
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.SqlEnum(在 Microsoft.SqlServer.SqlEnum.dll 中)
语法
声明
Public Enumeration RepairStructure
用法
Dim instance As RepairStructure
public enum RepairStructure
public enum class RepairStructure
type RepairStructure
public enum RepairStructure
成员
成员名称 | 说明 | |
---|---|---|
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. |
注释
The RepairStructure enumeration class is served by the T:Microsoft.SqlServer.Management.Smo.Database.CheckTables(Microsoft.SqlServer.Management.Smo.RepairStructure) method.