TransSynchronizationAgent.DistributorNetwork Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.