다음을 통해 공유


CManagedComponentWrapperClass.InsertInput 메서드

Adds an IDTSInput100 object to the IDTSInputCollection100 of the component.

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

구문

‘선언
Public Overridable Function InsertInput ( _
    eInsertPlacement As DTSInsertPlacement, _
    lInputID As Integer _
) As IDTSInput100
‘사용 방법
Dim instance As CManagedComponentWrapperClass 
Dim eInsertPlacement As DTSInsertPlacement 
Dim lInputID As Integer 
Dim returnValue As IDTSInput100 

returnValue = instance.InsertInput(eInsertPlacement, _
    lInputID)
public virtual IDTSInput100 InsertInput(
    DTSInsertPlacement eInsertPlacement,
    int lInputID
)
public:
virtual IDTSInput100^ InsertInput(
    [InAttribute] DTSInsertPlacement eInsertPlacement, 
    [InAttribute] int lInputID
)
abstract InsertInput : 
        eInsertPlacement:DTSInsertPlacement * 
        lInputID:int -> IDTSInput100  
override InsertInput : 
        eInsertPlacement:DTSInsertPlacement * 
        lInputID:int -> IDTSInput100
public function InsertInput(
    eInsertPlacement : DTSInsertPlacement, 
    lInputID : int
) : IDTSInput100

매개 변수

반환 값

유형: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSInput100
The newly created IDTSInput100 object.

구현

IDTSDesigntimeComponent100.InsertInput(DTSInsertPlacement, Int32)

주의

Call this method to insert a new IDTSInput100 object before or after the input object specified by the inputID parameter.

참고 항목

참조

CManagedComponentWrapperClass 클래스

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