Compartilhar via


Propriedade do RDL Database.MirroringSafetySequence

Gets the role sequence number for safety levels for 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 MirroringSafetySequence As Integer 
    Get
'Uso
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

Valor da propriedade

Tipo: System.Int32
An Int32 value that specifies the sequence number for safety levels for 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)