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 | |
---|---|---|
Disconnected | The principal database and the mirror database are disconnected. | |
None | The principal database is not mirrored. | |
PendingFailover | The principal database is initiating a failover. | |
Suspended | Mirroring the principal database is suspended. | |
Synchronized | The principal database and the mirror database are synchronized. | |
Synchronizing | The principal database and the mirror database are in the process of synchronizing. |
Comentários
The MirroringStatus enumeration class is served by the MirroringStatus property.