共用方式為


IDTSVirtualInputColumnCollection100.SetIndex(Int32, Int32) Method

Definition

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)

Parameters

lOldIndex
Int32
lNewIndex
Int32
Attributes

Remarks

The IDTSVirtualInputColumnCollection100 is filled during a call to the GetVirtualInput method and is based on the IDTSOutputColumnCollection100 of the upstream component. Because the collection is dynamically populated based on the output columns of upstream components, which may change over time, this method has no impact on the collection and should not be used.

Applies to