IDTSInputCollection100.RemoveObjectByIndex(Object) 메서드

정의

컬렉션에서 입력 객체를 삭제합니다.

public:
 void RemoveObjectByIndex(System::Object ^ Index);
[System.Runtime.InteropServices.DispId(16)]
public void RemoveObjectByIndex(object Index);
[<System.Runtime.InteropServices.DispId(16)>]
abstract member RemoveObjectByIndex : obj -> unit
Public Sub RemoveObjectByIndex (Index As Object)

매개 변수

Index
Object

삭제할 IDTSInput100 수 있는 위치.

특성

설명

이 메서드는 RemoveObjectByIndex 매개변수에 Index 의해 지정된 컬렉션 내 입력 위치를 삭제합니다. 만약 인덱스가 컬렉션의 경계 밖에 있다면, Microsoft. SqlServer.Dts.Runtime.HResults.DTS_E_INVALIDINDEX 예외가 있습니다.

적용 대상