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
'Deklaracja
Public Enumeration ConnectionType
public enum ConnectionType
public enum class ConnectionType
public enum ConnectionType
public enum ConnectionType
Members
| Member name | Description |
|---|---|
| IntegrationServer | A Integration Services service. |
| Olap | An Analysis Services online analytical processing (OLAP) server. |
| ReportServer | A Reporting Services server. |
| Sql | An instance of SQL Server. |
| SqlCE | An instance of SQL Server CE. |
| SqlConnection | An instance of SQL Server. |
| WmiManagementScope | A WMI namespace. |
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.