Share via


ScriptTaskUI.Delete Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.SqlServer.Dts.Tasks.ScriptTask
Assembly:  Microsoft.SqlServer.ScriptTaskUI (in Microsoft.SqlServer.ScriptTaskUI.dll)

Syntax

'Declaration
Public Sub Delete ( _
    parentWindow As IWin32Window _
)
'Usage
Dim instance As ScriptTaskUI
Dim parentWindow As IWin32Window

instance.Delete(parentWindow)
public void Delete(
    IWin32Window parentWindow
)
public:
virtual void Delete(
    IWin32Window^ parentWindow
) sealed
abstract Delete : 
        parentWindow:IWin32Window -> unit 
override Delete : 
        parentWindow:IWin32Window -> unit 
public final function Delete(
    parentWindow : IWin32Window
)

Parameters

Implements

IDtsTaskUI.Delete(IWin32Window)