Compartir a través de


ServiceRoute.MirrorAddress Propiedad

Gets or sets the connection string of the remote mirrored Service Broker instance addressed by this route.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo.Broker
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property MirrorAddress As String 
    Get 
    Set
'Uso
Dim instance As ServiceRoute 
Dim value As String 

value = instance.MirrorAddress

instance.MirrorAddress = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public string MirrorAddress { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property String^ MirrorAddress {
    String^ get ();
    void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member MirrorAddress : string with get, set
function get MirrorAddress () : String 
function set MirrorAddress (value : String)

Valor de la propiedad

Tipo: System.String
A String value that specifies the connection string of remote mirrored Service Broker instance addressed by this route.

Ejemplos

Readme_ServiceBrokerConfiguration

Vea también

Referencia

ServiceRoute Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo.Broker

Otros recursos

Desarrollo (Service Broker)

Administrar Service Broker

Información general (Service Broker)