Hi,
I have a general question about the ComponentType property that's used in SSIS custom components. I know that it identifies a source, transformation, or destination component but what will declaring the custom component as a source, transformation, or destination component actually do? If I have an existing transformation component, would the manner in which the component was run in a SSIS package actually change? Does it change which methods are called, or in what order they are called, or anything else like that?
Thanks