语言

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

这是该专栏在收藏中的新位置。

属性

注解

IDTSVirtualInputColumnCollection100调用GetVirtualInput方法时填充,基于上游组件的 。IDTSOutputColumnCollection100 由于集合是基于上游组件的输出列动态填充的,且输出列可能随时间变化,因此该方法对集合没有影响,不应使用。

适用于