IDTSDesigntimeComponent100.DeleteOutput(Int32) 메서드

정의

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

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입니다.

특성

설명

컬렉션에서 IDTSOutputCollection100 개체를 IDTSOutput100 삭제할 때 호출됩니다.

적용 대상