Address プロパティ
ルートでアドレス指定される Service Broker のリモート インスタンスの接続文字列を取得します。値の設定も可能です。
名前空間: Microsoft.SqlServer.Management.Smo.Broker
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property Address As String
Get
Set
'使用
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)
プロパティ値
型: System. . :: . .String
ルートでアドレス指定される Service Broker のリモート インスタンスの接続文字列を示す String 値です。