Partilhar via


Propriedade do RDL Database.MirroringRoleSequence

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

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property MirroringRoleSequence As Integer 
    Get
'Uso
Dim instance As Database 
Dim value As Integer 

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

Valor da propriedade

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

Exemplos

Trabalhando com objetos de banco de dados

Consulte também

Referência

Database Classe

Namespace Microsoft.SqlServer.Management.Smo

Outros recursos

Administração de espelhamento de banco de dados

Implementando pontos de extremidade

Criando, alterando e removendo bancos de dados

CREATE DATABASE (Transact-SQL)