Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
Parameter
- eInsertPlacement
Typ: Microsoft.SqlServer.Dts.Pipeline.Wrapper.DTSInsertPlacement
Specifies whether to insert the new IDTSOutput100 object before or after the IDTSOutput100 object specified by lOutputID.
- lOutputID
Typ: System.Int32
Specifies an existing IDTSOutput100 object that the new IDTSOutput100 is inserted next to.
Rückgabewert
Typ: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSOutput100
The newly created IDTSOutput100 object.
Hinweise
This method is called to insert an IDTSOutput100 into the output collection.