언어

CManagedComponentWrapperClass.DeleteOutput(Int32) 메서드

정의

컴포넌트 컬렉션에서 IDTSOutputCollection100 객체를 IDTSOutput100 삭제합니다.

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

매개 변수

lOutputID
Int32

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

구현

특성

설명

이 메서드를 호출해 컴포넌트에서 IDTSOutput100 지정된 OutputCollection 객체를 삭제하세요.

적용 대상