Partager via


Propriété Database.MirroringSafetySequence

Gets the role sequence number for safety levels for the mirroring partners.

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

Syntaxe

'Déclaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property MirroringSafetySequence As Integer 
    Get
'Utilisation
Dim instance As Database 
Dim value As Integer 

value = instance.MirroringSafetySequence
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public int MirroringSafetySequence { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property int MirroringSafetySequence {
    int get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member MirroringSafetySequence : int
function get MirroringSafetySequence () : int

Valeur de propriété

Type : System.Int32
An Int32 value that specifies the sequence number for safety levels for the mirroring partners.

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)