Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Changes the location of an IDTSInputColumn100 object specified by the lOldIndex parameter.
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 IDTSInputColumnCollection100
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 current location of the IDTSInputColumn100 in the collection.
- lNewIndex
Type: System.Int32
The location to move the IDTSInputColumn100 to.