IDtsConnectionManagerUI.Edit Method
既存の接続マネージャを編集します。
名前空間: Microsoft.SqlServer.Dts.Runtime.Design
アセンブリ: Microsoft.SqlServer.Dts.Design (microsoft.sqlserver.dts.design.dll 内)
構文
'宣言
Function Edit ( _
parentWindow As IWin32Window, _
connections As Connections, _
connectionUIArg As ConnectionManagerUIArgs _
) As Boolean
bool Edit (
IWin32Window parentWindow,
Connections connections,
ConnectionManagerUIArgs connectionUIArg
)
bool Edit (
IWin32Window^ parentWindow,
Connections^ connections,
ConnectionManagerUIArgs^ connectionUIArg
)
boolean Edit (
IWin32Window parentWindow,
Connections connections,
ConnectionManagerUIArgs connectionUIArg
)
function Edit (
parentWindow : IWin32Window,
connections : Connections,
connectionUIArg : ConnectionManagerUIArgs
) : boolean
パラメータ
- parentWindow
タスクをホストしているデザイナの IWin32Window インターフェイスです。
- connections
編集に利用できる接続です。
- connectionUIArg
FileConnectionManagerUIArgs や MultiFileConnectionManagerUIArgs など、ConnectionManagerUIArgs を実装するクラスです。
戻り値
接続マネージャが変更された場合は true です。
スレッド セーフ
この型の public static (Microsoft Visual Basic では共有 ) メンバは、スレッド セーフです。インスタンス メンバの場合は、スレッド セーフであるとは限りません。
プラットフォーム
開発プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
対象プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
参照
関連項目
IDtsConnectionManagerUI Interface
IDtsConnectionManagerUI Members
Microsoft.SqlServer.Dts.Runtime.Design Namespace