다음을 통해 공유


MirroringSafetyLevel 속성

Gets or sets the mirroring safety level.

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

구문

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

value = instance.MirroringSafetyLevel

instance.MirroringSafetyLevel = value
[SfcPropertyAttribute]
public MirroringSafetyLevel MirroringSafetyLevel { get; set; }
[SfcPropertyAttribute]
public:
property MirroringSafetyLevel MirroringSafetyLevel {
    MirroringSafetyLevel get ();
    void set (MirroringSafetyLevel value);
}
[<SfcPropertyAttribute>]
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.