IDtsComponentUI Members

Include Protected Members
Include Inherited Members

Defines the methods called by SSIS Designer for the user interface of a data flow component.

The IDtsComponentUI type exposes the following members.

Methods

  Name Description
Public method Delete(IWin32Window) Called when the component is deleted from the SSIS Designer surface.
Public method Edit(IWin32Window, Variables, Connections) Called when a component is edited.
Public method Help(IWin32Window) [Reserved for future use.]
Public method Initialize(IDTSComponentMetaData100, IServiceProvider) Called to initialize the user interface of the component.
Public method New(IWin32Window) Called when a component is initially added to a Data Flow task.

Top