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


Перечисление MirroringSafetyLevel

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

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

Синтаксис

'Декларация
Public Enumeration MirroringSafetyLevel
'Применение
Dim instance As MirroringSafetyLevel
public enum MirroringSafetyLevel
public enum class MirroringSafetyLevel
type MirroringSafetyLevel
public enum MirroringSafetyLevel

Элементы

Имя элемента Описание
Full Value = 3. Updated data is fully guaranteed.
None Value = 0. Database is not mirrored.
Off Value = 2. Updated data is not guaranteed.
Unknown Value = 1. The safety level is unknown.

Замечания

The MirroringSafetyLevel enumeration class is served by the MirroringSafetyLevel property.

См. также

Справочник

Пространство имен Microsoft.SqlServer.Management.Smo