WrapperInsertInput-Methode
Diese API unterstützt die -Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
Syntax
'Declaration
Function WrapperInsertInput ( _
eInsertPlacement As DTSInsertPlacement, _
lInputID As Integer _
) As IDTSInput100
'Usage
Dim instance As IDTSManagedComponentWrapper100
Dim eInsertPlacement As DTSInsertPlacement
Dim lInputID As Integer
Dim returnValue As IDTSInput100
returnValue = instance.WrapperInsertInput(eInsertPlacement, _
lInputID)
IDTSInput100 WrapperInsertInput(
DTSInsertPlacement eInsertPlacement,
int lInputID
)
IDTSInput100^ WrapperInsertInput(
[InAttribute] DTSInsertPlacement eInsertPlacement,
[InAttribute] int lInputID
)
abstract WrapperInsertInput :
eInsertPlacement:DTSInsertPlacement *
lInputID:int -> IDTSInput100
function WrapperInsertInput(
eInsertPlacement : DTSInsertPlacement,
lInputID : int
) : IDTSInput100
Parameter
- eInsertPlacement
Typ: Microsoft.SqlServer.Dts.Pipeline.Wrapper. . :: . .DTSInsertPlacement
- lInputID
Typ: System. . :: . .Int32
Rückgabewert
Typ: Microsoft.SqlServer.Dts.Pipeline.Wrapper. . :: . .IDTSInput100