IDTSRuntimeConnectionCollection100.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
특성

설명

SetIndex 메서드는 런타임 연결을 에서 지정된 lOldIndex 위치에서 로 이동시킵니다.lNewIndex 컬렉션 내 위치 중 어느 하나가 컬렉션 DTS_E_INVALIDINDEX 의 경계 밖에 있으면 예외가 발생합니다.

적용 대상