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