Database.MirroringSafetyLevel 속성

Gets or sets the mirroring safety level.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property MirroringSafetyLevel As MirroringSafetyLevel 
    Get 
    Set
‘사용 방법
Dim instance As Database 
Dim value As MirroringSafetyLevel 

value = instance.MirroringSafetyLevel

instance.MirroringSafetyLevel = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public MirroringSafetyLevel MirroringSafetyLevel { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property MirroringSafetyLevel MirroringSafetyLevel {
    MirroringSafetyLevel get ();
    void set (MirroringSafetyLevel value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member MirroringSafetyLevel : MirroringSafetyLevel with get, set
function get MirroringSafetyLevel () : MirroringSafetyLevel 
function set MirroringSafetyLevel (value : MirroringSafetyLevel)

속성 값

유형: Microsoft.SqlServer.Management.Smo.MirroringSafetyLevel
A MirroringSafetyLevel object value that specifies the mirroring safety level.

데이터베이스 개체 작업

참고 항목

참조

Database 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스

관련 자료

데이터베이스 미러링 관리

끝점 구현

데이터베이스 생성, 변경 및 제거

CREATE DATABASE(Transact-SQL)