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。