IDTSDesigntimeComponent100.DeleteOutput 메서드

Deletes an IDTSOutput100 object from the IDTSOutputCollection100 collection.

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

구문

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

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

매개 변수

주의

Called when an IDTSOutput100 object is being deleted from the IDTSOutputCollection100 collection.

참고 항목

참조

IDTSDesigntimeComponent100 인터페이스

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