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。