Condividi tramite


MirroringRole Enumeration

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

Spazio dei nomi: Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.SqlEnum (in microsoft.sqlserver.sqlenum.dll)

Sintassi

'Dichiarazione
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.

Osservazioni

Testo aggiornato:

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

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

Microsoft.SqlServer.Management.Smo Namespace