Partager via


Propriété MirrorAddress

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

Espace de noms :  Microsoft.SqlServer.Management.Smo.Broker
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property MirrorAddress As String
    Get
    Set
'Utilisation
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)

Valeur de propriété

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