言語

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

FileConnectionManagerUIArgsMultiFileConnectionManagerUIArgsのような、ConnectionManagerUIArgsを実装するクラスです。

返品

接続マネージャーが変更されていれば真です。

適用対象