IDTSCustomPropertyCollection100.SetIndex(Int32, Int32) 메서드

정의

컬렉션 내 객체의 IDTSCustomProperty100 위치를 변경합니다.

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

컬렉션 내 부동산의 새로운 위치.

특성

적용 대상