MirroringStatus Enumeration
The MirroringStatus enumeration contains values that specify the state of a database regarding mirroring.
Assembly: Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)
| Member name | Description | |
|---|---|---|
| Disconnected | The principal database and the mirror database are disconnected. | |
| None | The principal database is not mirrored. | |
| PendingFailover | The principal database is initiating a failover. | |
| Suspended | Mirroring the principal database is suspended. | |
| Synchronized | The principal database and the mirror database are synchronized. | |
| Synchronizing | The principal database and the mirror database are in the process of synchronizing. |
The MirroringStatus enumeration class is served by the MirroringStatus property.
Show: