MirrorAddress プロパティ

このルートでアドレス指定される、Service Broker のミラー化されたリモート インスタンスの接続文字列を取得します。値の設定も可能です。

名前空間:  Microsoft.SqlServer.Management.Smo.Broker
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property MirrorAddress As String
    Get
    Set
'使用
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)

プロパティ値

型: System. . :: . .String
このルートでアドレス指定される、Service Broker のミラー化されたリモート インスタンスの接続文字列を示す String 値です。