Перечисление ConnectionType

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

Пространство имен:  Microsoft.SqlServer.Management.Common
Сборка:  Microsoft.SqlServer.ConnectionInfo (в Microsoft.SqlServer.ConnectionInfo.dll)

Синтаксис

'Декларация
Public Enumeration ConnectionType
'Применение
Dim instance As ConnectionType
public enum ConnectionType
public enum class ConnectionType
type ConnectionType
public enum ConnectionType

Элементы

Имя элемента Описание
Sql An instance of SQL Server.
Olap An Службы Analysis Services online analytical processing (OLAP) server.
SqlConnection An instance of SQL Server.
WmiManagementScope A WMI namespace.
SqlCE An instance of SQL Server CE.
ReportServer A Службы Reporting Services server.
IntegrationServer A Integration Services service.

Замечания

The ConnectionType class is served by the ConnectionInfoBase class.