Condividi tramite


Enumerazione RepairStructure

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

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)

Sintassi

'Dichiarazione
Public Enumeration RepairStructure
'Utilizzo
Dim instance As RepairStructure
public enum RepairStructure
public enum class RepairStructure
type RepairStructure
public enum RepairStructure

Membri

Nome membro Descrizione
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.

Osservazioni

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