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

멤버

멤버 이름 설명
AzureStorage A SQL Azure service.
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.

주의

The ConnectionType class is served by the ConnectionInfoBase class.

참고 항목

참조

Microsoft.SqlServer.Management.Common 네임스페이스