Share via


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

成員

成員名稱 說明
None No column checks are performed.
PhysicalOnly Column-integrity checks are not performed.
DataPurity Checks the table for column values that are not valid, or are out-of-range.