MirroringRole 열거형

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

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

구문

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

멤버

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

참고 항목

참조

Microsoft.SqlServer.Management.Smo 네임스페이스