Expand Minimize
This topic has not yet been rated - Rate this topic

MirroringWitnessStatus Enumeration

The MirroringWitnessStatus enumeration contains values that specify the state of the mirroring witness.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)
public enum MirroringWitnessStatus
Member nameDescription
NoneValue = 0. The database is not mirrored.
UnknownValue = 1. The state of the mirroring witness is unknown.
ConnectedValue = 2. Mirroring witness is connected.
DisconnectedValue = 3. Mirroring witness is disconnected.

The MirroringWitnessStatus enumeration method is served by the MirroringWitnessStatus property.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.