Metoda IDTSInputColumnCollection100.SetIndex
Zmienia położenie IDTSInputColumn100 obiektu określonego przez lOldIndex parametru.
Przestrzeń nazw: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Zestaw: Microsoft.SqlServer.DTSPipelineWrap (w Microsoft.SqlServer.DTSPipelineWrap.dll)
Składnia
'Deklaracja
Sub SetIndex ( _
lOldIndex As Integer, _
lNewIndex As Integer _
)
'Użycie
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
)
Parametry
- lOldIndex
Typ: System.Int32
Bieżąca lokalizacja IDTSInputColumn100 kolekcja.
- lNewIndex
Typ: System.Int32
Lokalizację, aby przenieść IDTSInputColumn100 do.
Zobacz także