Partager via


Propriété Database.MirroringSafetyLevel

Gets or sets the mirroring safety level.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property MirroringSafetyLevel As MirroringSafetyLevel 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Exemples

Utilisation des objets de base de données

Voir aussi

Référence

Database Classe

Espace de noms Microsoft.SqlServer.Management.Smo

Autres ressources

Administration de la mise en miroir de bases de données

Implémentation de points de terminaison

Création, modification et suppression de bases de données

CREATE DATABASE (Transact-SQL)