Поделиться через


Метод IDTSManagedComponentHost100.HostInsertInput

Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.

Inserts host input.

Пространство имен:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Сборка:  Microsoft.SqlServer.DTSPipelineWrap (в Microsoft.SqlServer.DTSPipelineWrap.dll)

Синтаксис

'Декларация
Function HostInsertInput ( _
    pWrapper As IDTSManagedComponentWrapper100, _
    eInsertPlacement As DTSInsertPlacement, _
    lInputID As Integer _
) As IDTSInput100
'Применение
Dim instance As IDTSManagedComponentHost100 
Dim pWrapper As IDTSManagedComponentWrapper100 
Dim eInsertPlacement As DTSInsertPlacement 
Dim lInputID As Integer 
Dim returnValue As IDTSInput100 

returnValue = instance.HostInsertInput(pWrapper, _
    eInsertPlacement, lInputID)
IDTSInput100 HostInsertInput(
    IDTSManagedComponentWrapper100 pWrapper,
    DTSInsertPlacement eInsertPlacement,
    int lInputID
)
IDTSInput100^ HostInsertInput(
    [InAttribute] IDTSManagedComponentWrapper100^ pWrapper, 
    [InAttribute] DTSInsertPlacement eInsertPlacement, 
    [InAttribute] int lInputID
)
abstract HostInsertInput : 
        pWrapper:IDTSManagedComponentWrapper100 * 
        eInsertPlacement:DTSInsertPlacement * 
        lInputID:int -> IDTSInput100
function HostInsertInput(
    pWrapper : IDTSManagedComponentWrapper100, 
    eInsertPlacement : DTSInsertPlacement, 
    lInputID : int
) : IDTSInput100

Параметры

Возвращаемое значение

Тип: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSInput100
The inserted input.

См. также

Справочник

IDTSManagedComponentHost100 Интерфейс

Пространство имен Microsoft.SqlServer.Dts.Pipeline.Wrapper