다음을 통해 공유


DeleteInput 메서드

Deletes an IDTSInput100 object from the IDTSInputCollection100 collection.

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

구문

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

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

매개 변수

구현

IDTSDesigntimeComponent100. . :: . .DeleteInput(Int32)

주의

Call this method to delete an IDTSInput100 from the component.