Partager via


MirroringRoleSequence propriété

Gets the role sequence number for primary/backup roles played by the mirroring partners.

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

Syntaxe

'Déclaration
<SfcPropertyAttribute> _
Public ReadOnly Property MirroringRoleSequence As Integer
    Get
'Utilisation
Dim instance As Database
Dim value As Integer

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

Valeur de la propriété

Type : System. . :: . .Int32
An Int32 value that specifies the sequence number of the primary/backup roles played by the mirroring partners.