다음을 통해 공유


DeleteInput 메서드

Deletes an IDTSInput100 object from the IDTSInputCollection100 collection.

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

구문

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

instance.DeleteInput(lInputID)
void DeleteInput(
    int lInputID
)
void DeleteInput(
    [InAttribute] int lInputID
)
abstract DeleteInput : 
        lInputID:int -> unit 
function DeleteInput(
    lInputID : int
)

매개 변수

주의

Called when an IDTSInput100 object is being deleted from the component's input collection.