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

成员

成员名称 说明
Disconnected The principal database and the mirror database are disconnected.
None The principal database is not mirrored.
PendingFailover The principal database is initiating a failover.
Suspended Mirroring the principal database is suspended.
Synchronized The principal database and the mirror database are synchronized.
Synchronizing The principal database and the mirror database are in the process of synchronizing.

注释

The MirroringStatus enumeration class is served by the MirroringStatus property.

请参阅

参考

Microsoft.SqlServer.Management.Smo 命名空间