Share via


Enumeração MirroringSafetyLevel

The MirroringSafetyLevel enumeration contains values that specify the safety guarantee on updates to the mirrored database.

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

Sintaxe

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

Membros

Nome do membro Descrição
None Value = 0. Database is not mirrored.
Unknown Value = 1. The safety level is unknown.
Off Value = 2. Updated data is not guaranteed.
Full Value = 3. Updated data is fully guaranteed.

Comentários

The MirroringSafetyLevel enumeration class is served by the MirroringSafetyLevel property.

Consulte também

Referência