共用方式為


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 命名空間