Propriedade do RDL Database.MirroringPartnerInstance
Gets the instance of SQL Server on which the mirroring partner is configured.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property MirroringPartnerInstance As String
Get
'Uso
Dim instance As Database
Dim value As String
value = instance.MirroringPartnerInstance
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public string MirroringPartnerInstance { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property String^ MirroringPartnerInstance {
String^ get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member MirroringPartnerInstance : string
function get MirroringPartnerInstance () : String
Valor da propriedade
Tipo: System.String
A String value that specifies the instance of SQL Server.
Exemplos
Trabalhando com objetos de banco de dados
Consulte também
Referência
Namespace Microsoft.SqlServer.Management.Smo
Outros recursos
Administração de espelhamento de banco de dados
Implementando pontos de extremidade