IDtsConnectionManagerUI.Edit 메서드

정의

기존 연결 관리자를 편집합니다.

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

매개 변수

parentWindow
IWin32Window

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

connections
Connections

편집에 사용할 수 있는 연결입니다.

connectionUIArg
ConnectionManagerUIArgs

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

반환

연결 관리자가 수정된 경우 true입니다.

적용 대상