0

I need to get back a column name in order to fill an error message. I'm using a synchronous script task and I have my Input0Buffer Row with all my rows available, but I'm searching for something like Row.MyColumn.ColumnName

Does anybody know something about that ?

Brian Tompsett - 汤莱恩
  • 5,753
  • 72
  • 57
  • 129
A. Patel
  • 3
  • 1
  • 3
  • http://agilebi.com/jwelch/2007/10/21/address-columns-generically-in-a-script-task/ – mr.Reband Nov 18 '13 at 15:51
  • 1
    http://stackoverflow.com/questions/8120634/what-is-the-simple-way-to-find-the-column-name-from-lineageid-in-ssis/8124022#8124022 – billinkc Nov 18 '13 at 17:09
  • Thanks for your Links, in fact the line this.ComponentMetaData.InputCollection[0].InputColumnCollection[0].Name return me the Column name for the first column. I know that I have to specify which Column Name I want back in InputColumnCollection[N] but I was searching for something more generic. – A. Patel Nov 20 '13 at 13:32

0 Answers0