MergeSynchronizationAgent.PublisherNetwork Property

Definition

Gets or sets the client Net-Library that is used when connecting to the Publisher.

public:
 virtual property Microsoft::SqlServer::Replication::NetworkType PublisherNetwork { Microsoft::SqlServer::Replication::NetworkType get(); void set(Microsoft::SqlServer::Replication::NetworkType value); };
public virtual Microsoft.SqlServer.Replication.NetworkType PublisherNetwork { get; set; }
member this.PublisherNetwork : Microsoft.SqlServer.Replication.NetworkType with get, set
Public Overridable Property PublisherNetwork As NetworkType

Property Value

A NetworkType value that indicates the Net-Library to use.

Implements

Remarks

This option is used to configure the control to connect to the Publisher without having to use SQL Server Configuration Manager.

If the value of PublisherNetwork is not DefaultNetwork (the default), the PublisherAddress property must be specified.

Applies to