ReplicationConnection.SourceServer プロパティ

定義

このレプリケーション接続の接続元であるサーバーの DNS 名を取得します。

public:
 property System::String ^ SourceServer { System::String ^ get(); };
public string SourceServer { get; }
public string? SourceServer { get; }
member this.SourceServer : string
Public ReadOnly Property SourceServer As String

プロパティ値

String

このレプリケーション接続の接続元であるサーバーの DNS 名が格納された文字列。

適用対象