Share via


IDtsMultiTaskUI.New Method

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

See Also

Reference

IDtsMultiTaskUI Interface

Microsoft.SqlServer.Dts.Runtime.Design Namespace