CManagedComponentWrapperClass.PrimeOutput Method
Adds rows to the output buffers in the data flow.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)
Syntax
'Deklaracja
Public Overridable Sub PrimeOutput ( _
<InAttribute> lOutputs As Integer, _
<InAttribute> ByRef lOutputIDs As Integer, _
<InAttribute> ByRef pIDTSBufferOutputs As IDTSBuffer100 _
) Implements IDTSRuntimeComponent100.PrimeOutput
public virtual void IDTSRuntimeComponent100.PrimeOutput (
[InAttribute] int lOutputs,
[InAttribute] ref int lOutputIDs,
[InAttribute] ref IDTSBuffer100 pIDTSBufferOutputs
)
public:
virtual void PrimeOutput (
[InAttribute] int lOutputs,
[InAttribute] int% lOutputIDs,
[InAttribute] IDTSBuffer100^% pIDTSBufferOutputs
) = IDTSRuntimeComponent100::PrimeOutput
J# supports the use of explicit interface implementations, but not the declaration of new ones.
JScript does not support passing value-type arguments by reference.
Parameters
- lOutputs
The number of elements in the outputIDs and buffers arrays.
- lOutputIDs
An array of IDTSOutput100 IDs.
- pIDTSBufferOutputs
An array of IDTSBuffer100 objects.
Remarks
Typically, the PrimeOutput method is implemented only in sources and in transformations with asynchronous outputs.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.