Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Adds a new IDTSOutput100 object.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
Syntax
'Declaration
Function InsertOutput ( _
eInsertPlacement As DTSInsertPlacement, _
lOutputID As Integer _
) As IDTSOutput100
'Usage
Dim instance As IDTSDesigntimeComponent100
Dim eInsertPlacement As DTSInsertPlacement
Dim lOutputID As Integer
Dim returnValue As IDTSOutput100
returnValue = instance.InsertOutput(eInsertPlacement, _
lOutputID)
IDTSOutput100 InsertOutput(
DTSInsertPlacement eInsertPlacement,
int lOutputID
)
IDTSOutput100^ InsertOutput(
[InAttribute] DTSInsertPlacement eInsertPlacement,
[InAttribute] int lOutputID
)
abstract InsertOutput :
eInsertPlacement:DTSInsertPlacement *
lOutputID:int -> IDTSOutput100
function InsertOutput(
eInsertPlacement : DTSInsertPlacement,
lOutputID : int
) : IDTSOutput100
Parameters
- eInsertPlacement
Type: Microsoft.SqlServer.Dts.Pipeline.Wrapper.DTSInsertPlacement
Specifies whether to insert the new IDTSOutput100 object before or after the IDTSOutput100 object specified by lOutputID.
- lOutputID
Type: System.Int32
Specifies an existing IDTSOutput100 object that the new IDTSOutput100 is inserted next to.
Return Value
Type: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSOutput100
The newly created IDTSOutput100 object.
Remarks
This method is called to insert an IDTSOutput100 into the output collection.