Udostępnij przez


IDtsComponentUI Members

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

The following tables list the members exposed by the IDtsComponentUI type.

Public Methods

  Name Description
ms211078.pubmethod(pl-pl,SQL.100).gif Delete Called when the component is deleted from the SSIS Designer surface.This method is not CLS-compliant.
ms211078.pubmethod(pl-pl,SQL.100).gif Edit Called when a component is edited.This method is not CLS-compliant.
ms211078.pubmethod(pl-pl,SQL.100).gif Help [Reserved for future use.]This method is not CLS-compliant.
ms211078.pubmethod(pl-pl,SQL.100).gif Initialize Called to initialize the user interface of the component.This method is not CLS-compliant.
ms211078.pubmethod(pl-pl,SQL.100).gif New Called when a component is initially added to a Data Flow task.This method is not CLS-compliant.

Top