Udostępnij przez


Database.MirroringSafetyLevel Property

Gets or sets the mirroring safety level.

Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Syntax

'Deklaracja
<SfcPropertyAttribute> _
Public Property MirroringSafetyLevel As MirroringSafetyLevel
[SfcPropertyAttribute] 
public MirroringSafetyLevel MirroringSafetyLevel { get; set; }
[SfcPropertyAttribute] 
public:
property MirroringSafetyLevel MirroringSafetyLevel {
    MirroringSafetyLevel get ();
    void set (MirroringSafetyLevel value);
}
/** @property */
public MirroringSafetyLevel get_MirroringSafetyLevel ()

/** @property */
public void set_MirroringSafetyLevel (MirroringSafetyLevel value)
public function get MirroringSafetyLevel () : MirroringSafetyLevel

public function set MirroringSafetyLevel (value : MirroringSafetyLevel)

Property Value

A MirroringSafetyLevel object value that specifies the mirroring safety level.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

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.