IDtsMultiTaskUI.New-Methode
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
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
)
Parameter
- taskHost
Typ: Microsoft.SqlServer.Dts.Runtime.TaskHost
The task host.
- parentWindow
Typ: System.Windows.Forms.IWin32Window
The parent window.