Table of Contents

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 = 512

The database has been autoclosed.

EmergencyMode = 256

The database is in emergency mode.

Inaccessible = Restoring | RecoveryPending | Recovering | Suspect | Offline

The database is inaccessible.

Normal = 1

The database is online.

Offline = 32

The database is offline.

Recovering = 8

The database is recovering.

RecoveryPending = 4

The recovery is pending for the database.

Restoring = 2

The database is restoring.

Shutdown = 128

The database is in shutdown.

Standby = 64

The database is on standby.

Suspect = 16

The database integrity is suspect.

Unknown = 0

The status is unknown.