NetworkType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates the supported Net-Libraries used by a replication agent when connecting to a replication server.
public enum class NetworkType
public enum NetworkType
type NetworkType =
Public Enum NetworkType
- Inheritance
-
NetworkType
Fields
Name | Value | Description |
---|---|---|
DefaultNetwork | 0 | Current configured client Net-Library (default). |
TcpIPSockets | 1 | TCP/IP Sockets Net-Library. |
Multiprotocol | 2 | Multiprotocol Net-Library |