Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Adds a new task to a package.
Namespace: Microsoft.SqlServer.Dts.Runtime.Design
Assembly: Microsoft.SqlServer.Dts.Design (in Microsoft.SqlServer.Dts.Design.dll)
Syntax
'Declaration
Sub New ( _
parentWindow As IWin32Window _
)
'Usage
Dim instance As IDtsTaskUI
Dim parentWindow As IWin32Window
instance.New(parentWindow)
void New(
IWin32Window parentWindow
)
void New(
IWin32Window^ parentWindow
)
abstract New :
parentWindow:IWin32Window -> unit
function New(
parentWindow : IWin32Window
)
Parameter
- parentWindow
Typ: System.Windows.Forms.IWin32Window
The name of the parent window.
Hinweise
A paste operation calls this New method after pasting a new task in the designer. You can check the IsPasteActive to see if this task was created by a copy/paste or cut/paste operation. If so, a new name may be required on the task so tasks do not have duplicate names.