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 네임스페이스