Поделиться через


Перечисление 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