Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Deletes an existing task from the package.
Namespace: Microsoft.SqlServer.Dts.Runtime.Design
Assembly: Microsoft.SqlServer.Dts.Design (in Microsoft.SqlServer.Dts.Design.dll)
Syntax
'Declaration
Sub Delete ( _
parentWindow As IWin32Window _
)
'Usage
Dim instance As IDtsTaskUI
Dim parentWindow As IWin32Window
instance.Delete(parentWindow)
void Delete(
IWin32Window parentWindow
)
void Delete(
IWin32Window^ parentWindow
)
abstract Delete :
parentWindow:IWin32Window -> unit
function Delete(
parentWindow : IWin32Window
)
Parameters
- parentWindow
Type: System.Windows.Forms.IWin32Window
The name of the parent window.