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 由于集合是基于上游组件的输出列动态填充的,且输出列可能随时间变化,因此该方法对集合没有影响,不应使用。

适用于