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
成员
成员名称 | 说明 | |
---|---|---|
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. |