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. |