Właściwość MergeSynchronizationAgent.PublisherAddress
Pobiera lub ustawia adres sieciowy, który jest używany do łączenia się z Wydawca po PublisherNetwork określona właściwość.
Przestrzeń nazw: Microsoft.SqlServer.Replication
Zestaw: Microsoft.SqlServer.Replication (w Microsoft.SqlServer.Replication.dll)
Składnia
'Deklaracja
Public Overridable Property PublisherAddress As String
Get
Set
'Użycie
Dim instance As MergeSynchronizationAgent
Dim value As String
value = instance.PublisherAddress
instance.PublisherAddress = value
public virtual string PublisherAddress { get; set; }
public:
virtual property String^ PublisherAddress {
String^ get ();
void set (String^ value);
}
abstract PublisherAddress : string with get, set
override PublisherAddress : string with get, set
function get PublisherAddress () : String
function set PublisherAddress (value : String)
Wartość właściwości
Typ: System.String
A String wartość, która reprezentuje adres Wydawca.
Implementacje
Uwagi
Właściwość ta jest wymagana tylko wtedy, gdy PublisherNetwork właściwość jest zestaw na wartość inną niż DefaultNetwork.
Ta właściwość jest przydatna podczas konfigurowania formantu Aby połączyć się z Wydawca bez konieczności używania SQL Server Menedżer konfiguracji.
Jeśli wydawca jest dostępny przez Internet, na przykład PublisherNetwork zestaw na TcpIpSockets() i PublisherAddress zestaw określonego adresu IP.
Jeśli PublisherNetwork właściwość jest TcpIpSockets() lub MultiProtocol() przy użyciu protokołu TCP/IP, wartość jest w postaci "adres IP gniazda ' (na przykład "111.11.11.11,1433").
Zobacz także