MirroringWitnessStatus Enumeration
The MirroringWitnessStatus enumeration contains values that specify the state of the mirroring witness.
Assembly: Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)
| Member name | Description | |
|---|---|---|
| Connected | Value = 2. Mirroring witness is connected. | |
| Disconnected | Value = 3. Mirroring witness is disconnected. | |
| None | Value = 0. The database is not mirrored. | |
| Unknown | Value = 1. The state of the mirroring witness is unknown. |
The MirroringWitnessStatus enumeration method is served by the MirroringWitnessStatus property.
Show: