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 。 因為集合會根據上游元件的輸出資料行(可能會隨著時間而改變)來動態填入,所以這個方法不會影響集合,也不應該使用。