Expand Minimize
This topic has not yet been rated - Rate this topic

NetworkType Enumeration

Specifies the network protocol to use when setting the DistributorNetwork or PublisherNetwork properties of the SqlCeReplication object.

Namespace:  System.Data.SqlServerCe
Assembly:  System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)
'Declaration
Public Enumeration NetworkType
'Usage
Dim instance As NetworkType
Member nameDescription
DefaultNetworkUse the currently-configured Net-Library when setting the DistributorNetwork or PublisherNetwork properties of the SqlCeReplication object.
TcpIpSocketsUse the TCP/IP Sockets Net-Library when setting the DistributorNetwork or PublisherNetwork properties of the SqlCeReplication object.
MultiProtocolUse the Multiprotocol Net-Library when setting the DistributorNetwork or PublisherNetwork properties of the SqlCeReplication object.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.