ScriptTaskUI.Delete Method
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Deletes the script task UI instance created by New(IWin32Window) method.
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
- parentWindow
Type: System.Windows.Forms.IWin32Window
The parent window.
Implements
IDtsTaskUI.Delete(IWin32Window)