TransSynchronizationAgent.DistributorAddress Proprietà

Definizione

Ottiene o imposta l'indirizzo di rete che viene utilizzato per connettersi al distributore quando la DistributorNetwork proprietà viene specificata.

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

Valore della proprietà

L'indirizzo del distributore.

Implementazioni

Commenti

Questa proprietà è richiesta solo quando la DistributorNetwork proprietà è impostata a un valore diverso da DefaultNetwork.

Questa proprietà è utile quando configuri il controllo per connettersi al Distributore senza dover usare Gestione configurazione SQL Server.

Ad esempio, se il Distributore è accessibile tramite Internet, DistributorNetwork può essere impostato su TcpIPSockets e DistributorAddress può essere impostato su un indirizzo IP specifico.

Se la DistributorNetwork proprietà è TcpIPSockets o Multiprotocol tramite TCP/IP, il valore è sotto forma di 'indirizzo IP, socket' (ad esempio '111.11.11.11,1433').

Si applica a