Compartir a través de


CManagedComponentWrapperClass.PrimeOutput Método

Adds rows to the output buffers in the data flow.

Espacio de nombres:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintaxis

'Declaración
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%)

Comentarios

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

Vea también

Referencia

CManagedComponentWrapperClass Clase

Espacio de nombres Microsoft.SqlServer.Dts.Pipeline.Wrapper