PublisherNetwork Property (Replication ActiveX)
The PublisherNetwork property specifies the client Net-Library used when connecting to the Publisher.
Syntax
object.PublisherNetwork [= value]
Part | Description |
---|---|
object |
Expression that evaluates to an object in the Applies To list. |
value |
NETWORK_TYPE (Replication ActiveX) constant that specifies the client Net-Library to use. |
Applies To
SQLDistribution Object (Replication ActiveX)
SQLMerge Object (Replication ActiveX)
Hinweise
This option is useful when configuring the control to connect to the Publisher without having to use SQL Server Client Network Utility.
If the value is not DEFAULT_NETWORK (default), the DistributorAddress Property (Replication ActiveX) property must be specified.
Data Type
Modifiable
Read/write
Prototype C/C++
HRESULT get_PublisherNetwork(NETWORK_TYPE *pVal);
HRESULT put_PublisherNetwork(NETWORK_TYPE newVal);
Siehe auch
Verweis
Publisher Property (Replication ActiveX)
PublisherAddress Property (Replication ActiveX)