Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
The RepairRepairStructure enumeration contains values that are used to specify the type of repair options used when checking data in a table.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.SqlEnum (en Microsoft.SqlServer.SqlEnum.dll)
Syntaxe
'Déclaration
Public Enumeration RepairStructure
'Utilisation
Dim instance As RepairStructure
public enum RepairStructure
public enum class RepairStructure
type RepairStructure
public enum RepairStructure
Membres
| Nom de membre | Description | |
|---|---|---|
| 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. |
Notes
The RepairStructure enumeration class is served by the T:Microsoft.SqlServer.Management.Smo.Database.CheckTables(Microsoft.SqlServer.Management.Smo.RepairStructure) method.