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 합니다. 컬렉션은 시간이 지남에 따라 변경될 수 있는 업스트림 구성 요소의 출력 열에 따라 동적으로 채워지므로 이 메서드는 컬렉션에 영향을 주지 않으며 사용하지 않아야 합니다.