Méthode IDtsTaskUI.Delete

Deletes an existing task from the package.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Design
Assembly :  Microsoft.SqlServer.Dts.Design (en Microsoft.SqlServer.Dts.Design.dll)

Syntaxe

'Déclaration
Sub Delete ( _
    parentWindow As IWin32Window _
)
'Utilisation
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
)

Paramètres

Voir aussi

Référence

IDtsTaskUI Interface

Espace de noms Microsoft.SqlServer.Dts.Runtime.Design