IDtsConnectionManagerUI.New 메서드

정의

새로 만든 연결 관리자의 태스크에 대한 알림을 제공합니다. 이 메서드는 새 연결 관리자가 패키지에 추가된 후 호출됩니다.

public:
 bool New(System::Windows::Forms::IWin32Window ^ parentWindow, Microsoft::SqlServer::Dts::Runtime::Connections ^ connections, Microsoft::SqlServer::Dts::Runtime::Design::ConnectionManagerUIArgs ^ connectionUIArg);
public bool New (System.Windows.Forms.IWin32Window parentWindow, Microsoft.SqlServer.Dts.Runtime.Connections connections, Microsoft.SqlServer.Dts.Runtime.Design.ConnectionManagerUIArgs connectionUIArg);
abstract member New : System.Windows.Forms.IWin32Window * Microsoft.SqlServer.Dts.Runtime.Connections * Microsoft.SqlServer.Dts.Runtime.Design.ConnectionManagerUIArgs -> bool
Public Function New (parentWindow As IWin32Window, connections As Connections, connectionUIArg As ConnectionManagerUIArgs) As Boolean

매개 변수

parentWindow
IWin32Window

태스크를 호스팅하는 디자이너의 IWin32Window 인터페이스입니다.

connections
Connections

새 연결을 추가할 연결 컬렉션이거나 사용자 인터페이스의 드롭다운 또는 기타 컨트롤에 표시할 연결입니다.

connectionUIArg
ConnectionManagerUIArgs

ConnectionManagerUIArgs 또는 FileConnectionManagerUIArgs와 같은 MultiFileConnectionManagerUIArgs를 구현하는 클래스입니다.

반환

새 연결이 만들어진 경우 true입니다.

설명

이 메서드는 필요한 특정 형식의 연결을 만드는 데 사용됩니다.

적용 대상