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)
Syntax
'Declaration
Sub SetIndex ( _
lOldIndex As Integer, _
lNewIndex As Integer _
)
'Usage
Dim instance As IDTSComponentMetaDataCollection100
Dim lOldIndex As Integer
Dim lNewIndex As Integer
instance.SetIndex(lOldIndex, lNewIndex)
void SetIndex(
int lOldIndex,
int lNewIndex
)
void SetIndex(
[InAttribute] int lOldIndex,
[InAttribute] int lNewIndex
)
abstract SetIndex :
lOldIndex:int *
lNewIndex:int -> unit
function SetIndex(
lOldIndex : int,
lNewIndex : int
)
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.