MirroringStatus 열거형
The MirroringStatus enumeration contains values that specify the state of a database regarding mirroring.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.SqlEnum.dll의 Microsoft.SqlServer.SqlEnum
구문
‘선언
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. |