Compare customizing SSIS 2005 vs SSIS 2008 objects -
11-24-2008
, 04:26 AM
I need to revert a custom object for SSIS 2008 to SSIS 2005.
Some my customers doen't have the SQL Server last version.
In particular, I need to compare the
Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSExter nalMetadataColumn100 vs
Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSExter nalMetadataColumn90: for
example, for SSIS 2005 it doesn't exist the MappedColumnID property. I need
to use an equivalent property in SSIS 2005.
Do you have any suggests to help me, please? |