RecoveryModel Énumération
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Les valeurs d’énumération sont aranget pour mach sys.databases.recovery_option
[System.ComponentModel.TypeConverter(typeof(Microsoft.SqlServer.Management.Smo.RecoveryModelConverter))]
public enum RecoveryModel
[<System.ComponentModel.TypeConverter(typeof(Microsoft.SqlServer.Management.Smo.RecoveryModelConverter))>]
type RecoveryModel =
Public Enum RecoveryModel
- Héritage
-
RecoveryModel
- Attributs
Champs
| Nom | Valeur | Description |
|---|---|---|
| Full | 1 | |
| BulkLogged | 2 | |
| Simple | 3 |