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)

Syntax

'Declaration
Public Enumeration NetworkType
'Usage
Dim instance As NetworkType
public enum NetworkType
public enum class NetworkType
type NetworkType
public enum NetworkType

Members

Member name Description
DefaultNetwork Use the currently-configured Net-Library when setting the DistributorNetwork or PublisherNetwork properties of the SqlCeReplication object.
TcpIpSockets Use the TCP/IP Sockets Net-Library when setting the DistributorNetwork or PublisherNetwork properties of the SqlCeReplication object.
MultiProtocol Use the Multiprotocol Net-Library when setting the DistributorNetwork or PublisherNetwork properties of the SqlCeReplication object.

See Also

Reference

System.Data.SqlServerCe Namespace