Metodo SetIndex
Changes the location of an IDTSPath100 object specified at the lOldIndex parameter.
Spazio dei nomi Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
Sintassi
'Dichiarazione
Sub SetIndex ( _
lOldIndex As Integer, _
lNewIndex As Integer _
)
'Utilizzo
Dim instance As IDTSPathCollection100
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
)
Parametri
- lOldIndex
Tipo: System. . :: . .Int32
The current location of the IDTSPath100 object in the collection.
- lNewIndex
Tipo: System. . :: . .Int32
The new location of the IDTSPath100 object in the collection.
Vedere anche