Expand Minimize
0 out of 1 rated this helpful - Rate this topic

MirroringRole Enumeration

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

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)
public enum MirroringRole
Member nameDescription
NoneValue = 0. The database is not participating in mirroring.
PrincipalValue = 2. The database is the principal database.
MirrorValue = 1. The database is a mirror of the principal database.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.