RemoteService プロパティ

サービス ルートでアドレス指定されるリモート サービスを取得します。値の設定も可能です。

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

構文

'宣言
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property RemoteService As String
    Get
    Set
'使用
Dim instance As ServiceRoute
Dim value As String

value = instance.RemoteService

instance.RemoteService = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public string RemoteService { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property String^ RemoteService {
    String^ get ();
    void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member RemoteService : string with get, set
function get RemoteService () : String
function set RemoteService (value : String)

プロパティ値

型: System. . :: . .String
サービス ルートでアドレス指定されるリモート サービスを示す String 値です。