IDtsMultiTaskUI.Delete(TaskHost, IWin32Window) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Removes the specified object from the IDtsMultiTaskUI object.
public:
void Delete(Microsoft::SqlServer::Dts::Runtime::TaskHost ^ taskHost, System::Windows::Forms::IWin32Window ^ parentWindow);
public void Delete (Microsoft.SqlServer.Dts.Runtime.TaskHost taskHost, System.Windows.Forms.IWin32Window parentWindow);
abstract member Delete : Microsoft.SqlServer.Dts.Runtime.TaskHost * System.Windows.Forms.IWin32Window -> unit
Public Sub Delete (taskHost As TaskHost, parentWindow As IWin32Window)
Parameters
- taskHost
- TaskHost
The task host.
- parentWindow
- IWin32Window
The parent window.