NetworkType Enumeration

Note: This namespace, class, or member is supported only in version 1.1 of the .NET Framework.

Specifies the network protocol used.

  [Visual Basic]
<Serializable>
Public Enum NetworkType
[C#]
[Serializable]
public enum NetworkType
[C++]
[Serializable]
__value public enum NetworkType
[JScript]
public
   Serializable
enum NetworkType

Members

Member name Description
DefaultNetwork

Supported only by the .NET Compact Framework.

Use the current configured client Net-Library.
MultiProtocol

Supported only by the .NET Compact Framework.

Use the Multiprotocol Net Library.
TcpIpSockets

Supported only by the .NET Compact Framework.

Use the TCP/IP Sockets Net Library.

Requirements

Namespace: System.Data.SqlServerCe

Platforms: .NET Compact Framework

Assembly: System.Data.Sqlserverce (in System.Data.Sqlserverce.dll)

See Also

System.Data.SqlServerCe Namespace

Syntax based on .NET Framework version 1.1.
Documentation version 1.1.1.

Send comments on this topic.

© Microsoft Corporation. All rights reserved.