Compartilhar via


Método CManagedComponentWrapperClass.PrimeOutput

Adds rows to the output buffers in the data flow.

Namespace:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (em Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintaxe

'Declaração
Public Overridable Sub PrimeOutput ( _
    lOutputs As Integer, _
    ByRef lOutputIDs As Integer, _
    ByRef pIDTSBufferOutputs As IDTSBuffer100 _
)
'Uso
Dim instance As CManagedComponentWrapperClass 
Dim lOutputs As Integer 
Dim lOutputIDs As Integer 
Dim pIDTSBufferOutputs As IDTSBuffer100

instance.PrimeOutput(lOutputs, lOutputIDs, _
    pIDTSBufferOutputs)
public virtual void PrimeOutput(
    int lOutputs,
    ref int lOutputIDs,
    ref IDTSBuffer100 pIDTSBufferOutputs
)
public:
virtual void PrimeOutput(
    [InAttribute] int lOutputs, 
    [InAttribute] int% lOutputIDs, 
    [InAttribute] IDTSBuffer100^% pIDTSBufferOutputs
)
abstract PrimeOutput : 
        lOutputs:int * 
        lOutputIDs:int byref * 
        pIDTSBufferOutputs:IDTSBuffer100 byref -> unit  
override PrimeOutput : 
        lOutputs:int * 
        lOutputIDs:int byref * 
        pIDTSBufferOutputs:IDTSBuffer100 byref -> unit
public function PrimeOutput(
    lOutputs : int, 
    lOutputIDs : int, 
    pIDTSBufferOutputs : IDTSBuffer100
)

Parâmetros

  • lOutputs
    Tipo: System.Int32
    The number of elements in the outputIDs and buffers arrays.

Implementa

IDTSRuntimeComponent100.PrimeOutput(Int32, Int32%, IDTSBuffer100%)

Comentários

Typically, the PrimeOutput method is implemented only in sources and in transformations with asynchronous outputs.

Consulte também

Referência

CManagedComponentWrapperClass Classe

Namespace Microsoft.SqlServer.Dts.Pipeline.Wrapper