언어

CManagedComponentWrapperClass.DeleteInput(Int32) 메서드

정의

컬렉션에서 IDTSInputCollection100 객체를 IDTSInput100 삭제합니다.

public:
 virtual void DeleteInput(int lInputID) = Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSDesigntimeComponent100::DeleteInput;
[System.Runtime.InteropServices.DispId(24)]
public virtual void DeleteInput(int lInputID);
[<System.Runtime.InteropServices.DispId(24)>]
abstract member DeleteInput : int -> unit
override this.DeleteInput : int -> unit
Public Overridable Sub DeleteInput (lInputID As Integer)

매개 변수

lInputID
Int32

삭제할 객체의 IDTSInput100 ID입니다.

구현

특성

설명

이 메서드를 호출해 컴포넌트에서 a IDTSInput100 를 삭제합니다.

적용 대상