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.
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Removes the specified object from the IDtsMultiTaskUI object.
Namespace: Microsoft.SqlServer.Dts.Runtime.Design
Assembly: Microsoft.SqlServer.Dts.Design (in Microsoft.SqlServer.Dts.Design.dll)
Syntax
'Declaration
Sub Delete ( _
taskHost As TaskHost, _
parentWindow As IWin32Window _
)
'Usage
Dim instance As IDtsMultiTaskUI
Dim taskHost As TaskHost
Dim parentWindow As IWin32Window
instance.Delete(taskHost, parentWindow)
void Delete(
TaskHost taskHost,
IWin32Window parentWindow
)
void Delete(
TaskHost^ taskHost,
IWin32Window^ parentWindow
)
abstract Delete :
taskHost:TaskHost *
parentWindow:IWin32Window -> unit
function Delete(
taskHost : TaskHost,
parentWindow : IWin32Window
)
Parameter
- taskHost
Typ: Microsoft.SqlServer.Dts.Runtime.TaskHost
The task host.
- parentWindow
Typ: System.Windows.Forms.IWin32Window
The parent window.