Метод IDtsComponentUI.Delete

Called when the component is deleted from the Службы SSIS Designer surface.

Пространство имен:  Microsoft.SqlServer.Dts.Pipeline.Design
Сборка:  Microsoft.SqlServer.Dts.Design (в Microsoft.SqlServer.Dts.Design.dll)

Синтаксис

'Декларация
Sub Delete ( _
    parentWindow As IWin32Window _
)
'Применение
Dim instance As IDtsComponentUI 
Dim parentWindow As IWin32Window

instance.Delete(parentWindow)
void Delete(
    IWin32Window parentWindow
)
void Delete(
    IWin32Window^ parentWindow
)
abstract Delete : 
        parentWindow:IWin32Window -> unit
function Delete(
    parentWindow : IWin32Window
)

Параметры

Замечания

This method is called when a component is deleted from the designer surface. Use this method to notify users of any unforeseen side effects caused by removing the component.

См. также

Справочник

IDtsComponentUI Интерфейс

Пространство имен Microsoft.SqlServer.Dts.Pipeline.Design