ReplicationConnection.DestinationServer 属性

定义

获取作为此复制连接的目标的服务器的 DNS 名称。

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

属性值

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

例外

当前对象已被释放。

适用于