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