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 | |
---|---|---|
Delete(IWin32Window) | Called when the component is deleted from the SSIS Designer surface. | |
Edit(IWin32Window, Variables, Connections) | Called when a component is edited. | |
Help(IWin32Window) | [Reserved for future use.] | |
Initialize(IDTSComponentMetaData100, IServiceProvider) | Called to initialize the user interface of the component. | |
New(IWin32Window) | Called when a component is initially added to a Data Flow task. |
Top