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

プロパティ値

ディストリビューターのアドレスです。

実装

注釈

このプロパティは、DistributorNetwork プロパティが DefaultNetwork 以外の値に設定されている場合のみ必須です。

このプロパティは、SQL Server 構成マネージャーを使用せずにディストリビューターに接続するようにコントロールを構成する場合に便利です。

たとえば、インターネット経由でディストリビューターにアクセスする場合は、DistributorNetworkTcpIPSockets に、DistributorAddress を特定の IP アドレスに設定します。

DistributorNetwork プロパティが TcpIPSockets の場合や、TCP/IP を使用する Multiprotocol の場合の値の形式は、"IP address,socket" (例 : "111.11.11.11,1433") です。

適用対象