다음을 통해 공유


MirroringRole 열거형

The MirroringRole enumeration contains values that specify the role the database plays in mirroring.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.SqlEnum.dll의 Microsoft.SqlServer.SqlEnum

구문

‘선언
Public Enumeration MirroringRole
‘사용 방법
Dim instance As MirroringRole
public enum MirroringRole
public enum class MirroringRole
type MirroringRole
public enum MirroringRole

멤버

멤버 이름 설명
None Value = 0. The database is not participating in mirroring.
Principal Value = 2. The database is the principal database.
Mirror Value = 1. The database is a mirror of the principal database.