ServiceRoute.MirrorAddress Özelliği
Alır veya ayarlar bağlantı dize yansıtılmış uzaktan Service Broker örnek ele göre bu yol.
Ad Alanı: Microsoft.SqlServer.Management.Smo.Broker
Derleme: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo içinde.dll)
Sözdizimi
'Bildirim
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property MirrorAddress As String
Get
Set
'Kullanım
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)
Özellik Değeri
Tür: System.String
A String bağlantısı belirten değeri dize uzaktan yansıtılmış, Service Broker örnek ele göre bu yol.
Ayrıca bkz.