Condividi tramite


MergeSynchronizationAgent.PublisherAddress Property

Gets or sets the network address that is used to connect to the Publisher when the PublisherNetwork property is specified.

Spazio dei nomi: Microsoft.SqlServer.Replication
Assembly : Microsoft.SqlServer.Replication (in microsoft.sqlserver.replication.dll)

Sintassi

'Dichiarazione
Public Overridable Property PublisherAddress As String
public virtual string PublisherAddress { get; set; }
public:
virtual property String^ PublisherAddress {
    String^ get ();
    void set (String^ newValue);
}
/** @property */
public String get_PublisherAddress ()

/** @property */
public void set_PublisherAddress (String newValue)
public function get PublisherAddress () : String

public function set PublisherAddress (newValue : String)

Valore proprietà

A String value that represents the address of the Publisher.

Osservazioni

This property is required only when the PublisherNetwork property is set to a value other than DefaultNetwork.

This property is useful when configuring the control to connect to the Publisher without having to use SQL Server Configuration Manager.

For example, if the Publisher is accessed over the Internet, PublisherNetwork can be set to TcpIpSockets and PublisherAddress can be set to a specific IP address.

If the PublisherNetwork property is TcpIpSockets or MultiProtocol by using TCP/IP, the value is in the form of 'IP address,socket' (such as '111.11.11.11,1433').

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

MergeSynchronizationAgent Class
MergeSynchronizationAgent Members
Microsoft.SqlServer.Replication Namespace