ConnectionType Enumeration

The ConnectionType enumeration contains values that are used to specify the type of server with which the connection is established.

Namespace: Microsoft.SqlServer.Management.Common
Assembly: Microsoft.SqlServer.ConnectionInfo (in microsoft.sqlserver.connectioninfo.dll)

Syntax

'Declaration
Public Enumeration ConnectionType
public enum ConnectionType
public enum class ConnectionType
public enum ConnectionType
public enum ConnectionType

Members

Member name Description
IntegrationServer  
Olap An Analysis Services online analytical processing (OLAP) server.
ReportServer A Reporting Services server.
Sql An instance of Microsoft SQL Server.
SqlCE An instance of Microsoft SQL Server CE.
SqlConnection A connection to an instance of Microsoft SQL Server.
WmiManagementScope A Microsoft Windows Management Instrumentation (WMI) management service connection.

Remarks

The ConnectionType class is served by the ConnectionInfoBase class.

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

Microsoft.SqlServer.Management.Common Namespace