This topic has not yet been rated - Rate this topic

IDTSComponentMetaDataCollection100.SetIndex Method

Moves an IDTSComponentMetaData100 object to a new location in an IDTSComponentMetaDataCollection100 collection.

Namespace:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
void SetIndex(
	int lOldIndex,
	int lNewIndex
)

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.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.