ConnectionType 열거형

ConnectionType 열거형에는 연결되는 서버의 유형을 지정하는 데 사용되는 값이 포함되어 있습니다.

네임스페이스:  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 SQL Azure 서비스입니다.
IntegrationServer Integration Services 서비스입니다.
Olap Analysis Services OLAP(온라인 분석 처리) 서버입니다.
ReportServer Reporting Services 서버입니다.
Sql SQL Server 인스턴스입니다.
SqlCE SQL Server CE 인스턴스입니다.
SqlConnection SQL Server 인스턴스입니다.
WmiManagementScope WMI 네임스페이스입니다.

주의

ConnectionType클래스에 의해 제공 되는 ConnectionInfoBase클래스

참고 항목

참조

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