Propriedade do RDL Database.MirroringID

Gets the ID value that uniquely identifies the mirroring partnership.

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

Sintaxe

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

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

Valor da propriedade

Tipo: System.Guid
A Guid system object value that specifies the ID value of the mirroring partnership.

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)