다음을 통해 공유


CManagedComponentWrapperClass.DeleteOutput(Int32) 메서드

정의

구성 요소의 IDTSOutput100 컬렉션에서 IDTSOutputCollection100 개체를 삭제합니다.

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 호출합니다.

적용 대상