Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Creates a new instance from the IDtsMultiTaskUI class with the specified task host and parent window.
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
The task host.
- parentWindow
Type: System.Windows.Forms.IWin32Window
The parent window.