ServiceRoute.Address Özelliği
Alır veya ayarlar bağlantı dize için uzaktan Service Broker örnek ele göre rota.
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 Address As String
Get
Set
'Kullanım
Dim instance As ServiceRoute
Dim value As String
value = instance.Address
instance.Address = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public string Address { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property String^ Address {
String^ get ();
void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member Address : string with get, set
function get Address () : String
function set Address (value : String)
Özellik Değeri
Tür: System.String
A String bağlantısı belirten değeri dize için uzaktan Service Broker örnek ele göre rota.
Ayrıca bkz.