IDtsConnectionManagerUI.New 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
새로 만든 연결 관리자의 태스크에 대한 알림을 제공합니다. 이 메서드는 새 연결 관리자가 패키지에 추가된 후 호출됩니다.
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입니다.
설명
이 메서드는 필요한 특정 형식의 연결을 만드는 데 사용됩니다.