Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Called when the component is deleted from the SSIS Designer surface.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Design
Assembly: Microsoft.SqlServer.Dts.Design (in Microsoft.SqlServer.Dts.Design.dll)
Syntax
'Declaration
Sub Delete ( _
parentWindow As IWin32Window _
)
'Usage
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
)
Parameter
- parentWindow
Typ: System.Windows.Forms.IWin32Window
The IWin32Window interface of the designer hosting the component.
Hinweise
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.