MirroringRole Enumeration
The MirroringRole enumeration contains values that specify the role the database plays in mirroring.
Assembly: Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)
| Member name | Description | |
|---|---|---|
| Mirror | Value = 1. The database is a mirror of the principal database. | |
| None | Value = 0. The database is not participating in mirroring. | |
| Principal | Value = 2. The database is the principal database. |
Show: