IDTSComponentMetaDataCollection100.SetIndex Method
SQL Server 2008 R2
Moves an IDTSComponentMetaData100 object to a new location in an IDTSComponentMetaDataCollection100 collection.
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
Parameters
- lOldIndex
- Type: System.Int32
The location in the IDTSComponentMetaDataCollection100 collection of the IDTSComponentMetaData100 object that is being moved.
- lNewIndex
- Type: System.Int32
The location in the IDTSComponentMetaDataCollection100 that the IDTSComponentMetaData100 object is moved to.
