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 네임스페이스