NetworkType Enumeration
.NET Framework 3.0
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)
Assembly: System.Data.SqlServerCe (in system.data.sqlserverce.dll)
| Member name | Description | |
|---|---|---|
![]() | DefaultNetwork | Use the currently-configured 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. |
![]() | TcpIpSockets | Use the TCP/IP Sockets Net-Library when setting the DistributorNetwork or PublisherNetwork properties of the SqlCeReplication object. |
Community Additions
ADD
Show:
