Поделиться через


MirroringRole Enumeration

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

Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.SqlEnum (in microsoft.sqlserver.sqlenum.dll)

Синтаксис

'Декларация
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.

Замечания

Изменения текста

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

Microsoft.SqlServer.Management.Smo Namespace