MirroringStatus Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Role the database plays in mirroring, one of:
[System.ComponentModel.TypeConverter(typeof(Microsoft.SqlServer.Management.Smo.MirroringStatusConverter))]
public enum MirroringStatus
[<System.ComponentModel.TypeConverter(typeof(Microsoft.SqlServer.Management.Smo.MirroringStatusConverter))>]
type MirroringStatus =
Public Enum MirroringStatus
- Inheritance
-
MirroringStatus
- Attributes
Fields
Disconnected | 2 | |
None | 0 | |
PendingFailover | 4 | |
Suspended | 1 | |
Synchronized | 5 | |
Synchronizing | 3 |