IDTSVirtualInputColumnCollection100.SetIndex(Int32, Int32) 方法

定义

更改集合中 IDTSVirtualInputColumn100 对象的位置。

public:
 void SetIndex(int lOldIndex, int lNewIndex);
[System.Runtime.InteropServices.DispId(19)]
public void SetIndex (int lOldIndex, int lNewIndex);
[<System.Runtime.InteropServices.DispId(19)>]
abstract member SetIndex : int * int -> unit
Public Sub SetIndex (lOldIndex As Integer, lNewIndex As Integer)

参数

lOldIndex
Int32

从零开始的集合中列的当前位置。

lNewIndex
Int32

集合中列的新位置。

属性

注解

在调用GetVirtualInput方法期间填充了该方法IDTSVirtualInputColumnCollection100,并且基于IDTSOutputColumnCollection100上游组件。 由于集合是根据上游组件的输出列动态填充的,这可能会随时间推移而变化,因此此方法不会影响集合,不应使用。

适用于