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 RepairType enumeration contains values that are used to specify the type of repair mode used by the database consistency check (DBCC) functions.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public Enumeration RepairType
'Utilisation
Dim instance As RepairType
public enum RepairType
public enum class RepairType
type RepairType
public enum RepairType
Membres
| Nom de membre | Description | |
|---|---|---|
| AllowDataLoss | Tries to repair all reported errors. These repairs can cause some data loss. | |
| Fast | Maintains syntax for backward compatibility only. No repair is performed. | |
| None | No repair is performed. | |
| Rebuild | Performs repairs that have no possibility of data loss. This can include quick repairs, such as repairing missing rows in non-clustered indexes, and more time-consuming repairs, such as rebuilding an index. REPAIR does not repair errors involving FILESTREAM data. |
Notes
The RepairType enumeration class is served by the CheckTables method and the CheckAllocations method.