Enum SqlDatabaseStatus
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the status of the database.
[Flags]
public enum SqlDatabaseStatus
Fields
AutoClosed = 512The database has been autoclosed.
EmergencyMode = 256The database is in emergency mode.
Inaccessible = Restoring | RecoveryPending | Recovering | Suspect | OfflineThe database is inaccessible.
Normal = 1The database is online.
Offline = 32The database is offline.
Recovering = 8The database is recovering.
RecoveryPending = 4The recovery is pending for the database.
Restoring = 2The database is restoring.
Shutdown = 128The database is in shutdown.
Standby = 64The database is on standby.
Suspect = 16The database integrity is suspect.
Unknown = 0The status is unknown.