Share via


Enumeración RepairStructure

The RepairRepairStructure enumeration contains values that are used to specify the type of repair options used when checking data in a table.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.SqlEnum (en Microsoft.SqlServer.SqlEnum.dll)

Sintaxis

'Declaración
Public Enumeration RepairStructure
'Uso
Dim instance As RepairStructure
public enum RepairStructure
public enum class RepairStructure
type RepairStructure
public enum RepairStructure

Miembros

Nombre del miembro Descripción
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.

Comentarios

The RepairStructure enumeration class is served by the T:Microsoft.SqlServer.Management.Smo.Database.CheckTables(Microsoft.SqlServer.Management.Smo.RepairStructure) method.