Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
'Declaration
Public Enumeration MirroringRole
public enum MirroringRole
public enum class MirroringRole
public enum MirroringRole
public enum MirroringRole
Members
Member name | Description |
---|---|
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. |
Remarks
Updated text:
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
Microsoft.SqlServer.Management.Smo Namespace
Change History
Release |
History |
Changed content:
|