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

MirroringStatus Enumeration

The MirroringStatus enumeration contains values that specify the state of a database regarding mirroring.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)
public enum MirroringStatus
Member nameDescription
NoneThe principal database is not mirrored.
SuspendedMirroring the principal database is suspended.
DisconnectedThe principal database and the mirror database are disconnected.
SynchronizingThe principal database and the mirror database are in the process of synchronizing.
PendingFailoverThe principal database is initiating a failover.
SynchronizedThe principal database and the mirror database are synchronized.

The MirroringStatus enumeration class is served by the MirroringStatus property.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.