Compartilhar via


Método IDtsConnectionManagerUI.Delete

Provides notification for tasks. This method is called before an existing connection manager is removed from the package.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Design
Assembly:  Microsoft.SqlServer.Dts.Design (em Microsoft.SqlServer.Dts.Design.dll)

Sintaxe

'Declaração
Sub Delete ( _
    parentWindow As IWin32Window _
)
'Uso
Dim instance As IDtsConnectionManagerUI 
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

Consulte também

Referência

IDtsConnectionManagerUI Interface

Namespace Microsoft.SqlServer.Dts.Runtime.Design