IDTSDesigntimeComponent100.DeleteOutput(Int32) 메서드

정의

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

public:
 void DeleteOutput(int lOutputID);
[System.Runtime.InteropServices.DispId(25)]
public void DeleteOutput(int lOutputID);
[<System.Runtime.InteropServices.DispId(25)>]
abstract member DeleteOutput : int -> unit
Public Sub DeleteOutput (lOutputID As Integer)

매개 변수

lOutputID
Int32

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

특성

설명

객체가 IDTSOutput100 컬렉션에서 IDTSOutputCollection100 삭제될 때 호출됩니다.

적용 대상