TransSynchronizationAgent.DistributorNetwork Property

Definition

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

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

Property Value

The Net-Library to use.

Implements

Remarks

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

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

Applies to