IDtsMultiTaskUI.New(TaskHost, IWin32Window) Method

Definition

Creates a new instance from the IDtsMultiTaskUI class with the specified task host and parent window.

public:
 void New(Microsoft::SqlServer::Dts::Runtime::TaskHost ^ taskHost, System::Windows::Forms::IWin32Window ^ parentWindow);
public void New (Microsoft.SqlServer.Dts.Runtime.TaskHost taskHost, System.Windows.Forms.IWin32Window parentWindow);
abstract member New : Microsoft.SqlServer.Dts.Runtime.TaskHost * System.Windows.Forms.IWin32Window -> unit
Public Sub New (taskHost As TaskHost, parentWindow As IWin32Window)

Parameters

taskHost
TaskHost

The task host.

parentWindow
IWin32Window

The parent window.

Applies to