다음을 통해 공유


CManagedComponentWrapperClass.DeleteOutput 메서드

Deletes an IDTSOutput100 object from the IDTSOutputCollection100 collection of the component.

네임스페이스:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
어셈블리:  Microsoft.SqlServer.DTSPipelineWrap(Microsoft.SqlServer.DTSPipelineWrap.dll)

구문

‘선언
Public Overridable Sub DeleteOutput ( _
    lOutputID As Integer _
)
‘사용 방법
Dim instance As CManagedComponentWrapperClass 
Dim lOutputID As Integer

instance.DeleteOutput(lOutputID)
public virtual void DeleteOutput(
    int lOutputID
)
public:
virtual void DeleteOutput(
    [InAttribute] int lOutputID
)
abstract DeleteOutput : 
        lOutputID:int -> unit  
override DeleteOutput : 
        lOutputID:int -> unit
public function DeleteOutput(
    lOutputID : int
)

매개 변수

구현

IDTSDesigntimeComponent100.DeleteOutput(Int32)

주의

Call this method to delete the specified IDTSOutput100 object from the OutputCollection of the component.

참고 항목

참조

CManagedComponentWrapperClass 클래스

Microsoft.SqlServer.Dts.Pipeline.Wrapper 네임스페이스