IDtsTaskUI.Delete Método
Deletes an existing task from the package.
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime.Design
Ensamblado: Microsoft.SqlServer.Dts.Design (en Microsoft.SqlServer.Dts.Design.dll)
Sintaxis
'Declaración
Sub Delete ( _
parentWindow As IWin32Window _
)
'Uso
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
)
Parámetros
- parentWindow
Tipo: System.Windows.Forms.IWin32Window
The name of the parent window.