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

属性值

一个字符串,它包含作为此复制连接的源的服务器的 DNS 名称。

适用于