MirroringStatus 枚举
The MirroringStatus enumeration contains values that specify the state of a database regarding mirroring.
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.SqlEnum(在 Microsoft.SqlServer.SqlEnum.dll 中)
语法
声明
Public Enumeration MirroringStatus
用法
Dim instance As MirroringStatus
public enum MirroringStatus
public enum class MirroringStatus
type MirroringStatus
public enum MirroringStatus
成员
成员名称 | 说明 | |
---|---|---|
None | The principal database is not mirrored. | |
Suspended | Mirroring the principal database is suspended. | |
Disconnected | The principal database and the mirror database are disconnected. | |
Synchronizing | The principal database and the mirror database are in the process of synchronizing. | |
PendingFailover | The principal database is initiating a failover. | |
Synchronized | The principal database and the mirror database are synchronized. |