CManagedComponentWrapperClass.DeleteOutput(Int32) 메서드

정의

public:
 virtual void DeleteOutput(int lOutputID) = Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2014::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 개체를 삭제하려면 이 메서드를 OutputCollection 호출합니다.

적용 대상