DistributorNetwork Property (Replication)

The DistributorNetwork property specifies the client Net-Library used when connecting to the Distributor.

Applies To
SQLDistribution Object SQLMerge Object

Syntax

object.DistributorNetwork [= value]

Part Description
object Expression that evaluates to an object in the Applies To list
value NETWORK_TYPE constant that specifies the client Net-Library used when connecting to the Distributor

Remarks

This option is useful when configuring the control to connect to the Distributor without having to use SQL Server Client Network Utility.

If the value is not DEFAULT_NETWORK (default), the DistributorAddress property must be specified.

Data Type

NETWORK_TYPE

Modifiable

Read/write

Prototype C/C++

HRESULT get_DistributorNetwork(NETWORK_TYPE *pVal);

HRESULT put_DistributorNetwork(NETWORK_TYPE newVal);

See Also

DistributorAddress Property

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.