Metodo CManagedComponentWrapperClass.InsertInput

Adds an IDTSInput100 object to the IDTSInputCollection100 of the component.

Spazio dei nomi  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintassi

'Dichiarazione
Public Overridable Function InsertInput ( _
    eInsertPlacement As DTSInsertPlacement, _
    lInputID As Integer _
) As IDTSInput100
'Utilizzo
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

Parametri

Valore restituito

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

Implementa

IDTSDesigntimeComponent100.InsertInput(DTSInsertPlacement, Int32)

Osservazioni

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

Vedere anche

Riferimento

CManagedComponentWrapperClass Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Pipeline.Wrapper