IDTSVirtualInputColumnCollection100.SetIndex(Int32, Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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 上游组件的。 由于集合是根据上游组件的输出列(可能随时间而变化)动态填充的,因此,此方法不会对集合产生任何影响,因此不应使用此方法。