Enum SqlDatabaseMirroringSafetyLevel
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
The mirroring safety level for a SQL database.
public enum SqlDatabaseMirroringSafetyLevel
Fields
Full = 3
The mirroring safety level is full.
None = 1
The mirroring safety level is none.
Off = 2
The mirroring safety level is off.
Unknown = 0
The mirroring safety level is unknown.