IDtsConnectionManagerUI.Edit 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
기존 연결 관리자를 편집합니다.
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입니다.