IDtsConnectionManagerUI.Delete(IWin32Window) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides notification for tasks. This method is called before an existing connection manager is removed from the package.
public:
void Delete(System::Windows::Forms::IWin32Window ^ parentWindow);
public void Delete (System.Windows.Forms.IWin32Window parentWindow);
abstract member Delete : System.Windows.Forms.IWin32Window -> unit
Public Sub Delete (parentWindow As IWin32Window)
Parameters
- parentWindow
- IWin32Window
The IWin32Window interface of the designer hosting the task.