MirroringSafetyLevel Enumeration

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

命名空間: Microsoft.SqlServer.Management.Smo
組件: Microsoft.SqlServer.SqlEnum (in microsoft.sqlserver.sqlenum.dll)

語法

'宣告
Public Enumeration MirroringSafetyLevel
public enum MirroringSafetyLevel
public enum class MirroringSafetyLevel
public enum MirroringSafetyLevel
public enum MirroringSafetyLevel

Members

Member name Description
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.

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

平台

開發平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

目標平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

請參閱

參考

Microsoft.SqlServer.Management.Smo Namespace