Aracılığıyla paylaş


MirroringSafetyLevel Enumeration

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 (in microsoft.sqlserver.sqlenum.dll)

Syntax

'Bildirim
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.

Remarks

The MirroringSafetyLevel enumeration class is served by the MirroringSafetyLevel property.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.