IDTSVirtualInputColumnCollection100.SetIndex(Int32, Int32) 方法

定义

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 上游组件的。 由于集合是根据上游组件的输出列(可能随时间而变化)动态填充的,因此,此方法不会对集合产生任何影响,因此不应使用此方法。

适用于