Actually, I am trying to build a custom SSIS Application where I want to check the number of input columns. For this purpose I am trying to use the ComponentMetaData.InputCollection method in the PipelineComponent class,but I am not able to find this method.
I have added the reference to Microsoft.Sqlserver.PipelineHost assembly version 10.0.0.0.
Any suggestions are welcome.