NetworkType Enumeration
Visual Studio 2010
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)
| 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. |
Show: