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 네임스페이스