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.

참고 항목

참조

Microsoft.SqlServer.Management.Smo 네임스페이스