TransSynchronizationAgent.DistributorAddress 属性

定义

获取或设置在指定 DistributorNetwork 属性时用于连接到分发服务器的网络地址。

public:
 virtual property System::String ^ DistributorAddress { System::String ^ get(); void set(System::String ^ value); };
public virtual string DistributorAddress { get; set; }
member this.DistributorAddress : string with get, set
Public Overridable Property DistributorAddress As String

属性值

分发服务器地址。

实现

注解

仅当属性设置为非DefaultNetwork值时,DistributorNetwork才需要此属性。

将控件配置为连接到分发服务器时,此属性非常有用,而无需使用SQL Server 配置管理器。

例如,如果通过 Internet 访问分发服务器, DistributorNetwork 可以设置为 TcpIPSockets 特定 IP 地址,也可以 DistributorAddress 设置为特定的 IP 地址。

DistributorNetwork如果该属性是TcpIPSockets或使用 Multiprotocol TCP/IP,则该值采用“IP 地址”、“ (套接字”的形式,如“111.11.11.11,1433”) 。

适用于