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 = 3The mirroring safety level is full.
None = 1The mirroring safety level is none.
Off = 2The mirroring safety level is off.
Unknown = 0The mirroring safety level is unknown.