Expand Minimize
This topic has not yet been rated - Rate this topic

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)
public enum ConnectionType
public enum ConnectionType
public enum ConnectionType
Member nameDescription
IntegrationServer 
OlapAn Analysis Services online analytical processing (OLAP) server.
ReportServerA Reporting Services server.
SqlAn instance of Microsoft SQL Server.
SqlCEAn instance of Microsoft SQL Server CE.
SqlConnectionA connection to an instance of Microsoft SQL Server.
WmiManagementScopeA Microsoft Windows Management Instrumentation (WMI) management service connection.

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.


Development Platforms

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

Target Platforms

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.