WrapperInsertInput méthode
Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.
Espace de noms : Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly : Microsoft.SqlServer.DTSPipelineWrap (dans Microsoft.SqlServer.DTSPipelineWrap.dll)
Syntaxe
'Déclaration
Function WrapperInsertInput ( _
eInsertPlacement As DTSInsertPlacement, _
lInputID As Integer _
) As IDTSInput100
'Utilisation
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
Paramètres
- eInsertPlacement
Type : Microsoft.SqlServer.Dts.Pipeline.Wrapper. . :: . .DTSInsertPlacement
- lInputID
Type : System. . :: . .Int32
Valeur de retour
Type : Microsoft.SqlServer.Dts.Pipeline.Wrapper. . :: . .IDTSInput100