ConnectionInfoBase 생성자 (ConnectionType)
지정한 연결 유형을 가진 ConnectionInfoBase 클래스의 새 인스턴스를 초기화합니다.
네임스페이스: Microsoft.SqlServer.Management.Common
어셈블리: Microsoft.SqlServer.ConnectionInfo(Microsoft.SqlServer.ConnectionInfo.dll)
구문
‘선언
Protected Sub New ( _
serverType As ConnectionType _
)
‘사용 방법
Dim serverType As ConnectionType
Dim instance As New ConnectionInfoBase(serverType)
protected ConnectionInfoBase(
ConnectionType serverType
)
protected:
ConnectionInfoBase(
ConnectionType serverType
)
new :
serverType:ConnectionType -> ConnectionInfoBase
protected function ConnectionInfoBase(
serverType : ConnectionType
)
매개 변수
- serverType
유형: Microsoft.SqlServer.Management.Common.ConnectionType
연결 유형을 지정하는 ConnectionType 개체 값입니다.