ConnectionType Enumeration

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

Espace de noms: Microsoft.SqlServer.Management.Common
Assembly: Microsoft.SqlServer.ConnectionInfo (in microsoft.sqlserver.connectioninfo.dll)

Syntaxe

'Déclaration
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.

Notes

The ConnectionType class is served by the ConnectionInfoBase class.

Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

Microsoft.SqlServer.Management.Common Namespace