Enum SqlDatabaseRecoveryModel
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the SQL database recovery model.
public enum SqlDatabaseRecoveryModel
Fields
BulkLogged = 3The recovery model is bulk logged.
Full = 2The recovery model is full.
NotApplicable = 1The recovery model is not applicable.
Simple = 4The recovery model is simple.
Unknown = 0The recovery model is unknown.