IDtsMultiTaskUI.New Method
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.SqlServer.Dts.Runtime.Design
Assembly: Microsoft.SqlServer.Dts.Design (in Microsoft.SqlServer.Dts.Design.dll)
Syntax
'Declaration
Sub New ( _
taskHost As TaskHost, _
parentWindow As IWin32Window _
)
'Usage
Dim instance As IDtsMultiTaskUI
Dim taskHost As TaskHost
Dim parentWindow As IWin32Window
instance.New(taskHost, parentWindow)
void New(
TaskHost taskHost,
IWin32Window parentWindow
)
void New(
TaskHost^ taskHost,
IWin32Window^ parentWindow
)
abstract New :
taskHost:TaskHost *
parentWindow:IWin32Window -> unit
function New(
taskHost : TaskHost,
parentWindow : IWin32Window
)
Parameters
- taskHost
Type: Microsoft.SqlServer.Dts.Runtime.TaskHost
- parentWindow
Type: System.Windows.Forms.IWin32Window