IDtsMultiTaskUI.Delete Method
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
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
)
Parameters
- taskHost
Type: Microsoft.SqlServer.Dts.Runtime.TaskHost
The task host.
- parentWindow
Type: System.Windows.Forms.IWin32Window
The parent window.