Share via


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.

Hinweise

The ConnectionType class is served by the ConnectionInfoBase class.

Der Namespace, die Klasse oder das Element wird nur in der Version 2.0 von Microsoft .NET Framework unterstützt.

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

Microsoft.SqlServer.Management.Common Namespace