Enumeração MirroringStatus

The MirroringStatus enumeration contains values that specify the state of a database regarding mirroring.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SqlEnum (em Microsoft.SqlServer.SqlEnum.dll)

Sintaxe

'Declaração
Public Enumeration MirroringStatus
'Uso
Dim instance As MirroringStatus
public enum MirroringStatus
public enum class MirroringStatus
type MirroringStatus
public enum MirroringStatus

Membros

Nome do membro Descrição
None The principal database is not mirrored.
Suspended Mirroring the principal database is suspended.
Disconnected The principal database and the mirror database are disconnected.
Synchronizing The principal database and the mirror database are in the process of synchronizing.
PendingFailover The principal database is initiating a failover.
Synchronized The principal database and the mirror database are synchronized.

Comentários

The MirroringStatus enumeration class is served by the MirroringStatus property.

Consulte também

Referência