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.dll의 Microsoft.SqlServer.SqlEnum
구문
‘선언
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. |
주의
The RepairStructure enumeration class is served by the T:Microsoft.SqlServer.Management.Smo.Database.CheckTables(Microsoft.SqlServer.Management.Smo.RepairStructure) method.