CManagedComponentWrapperClass.PrimeOutput(Int32, Int32, IDTSBuffer100) Methode

Definition

Fügt Zeilen zu den Ausgabepuffern im Datenfluss hinzu.

public:
 virtual void PrimeOutput(int lOutputs, int % lOutputIDs, Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSBuffer100 ^ % pIDTSBufferOutputs) = Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSRuntimeComponent100::PrimeOutput;
public virtual void PrimeOutput(int lOutputs, ref int lOutputIDs, ref Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSBuffer100 pIDTSBufferOutputs);
abstract member PrimeOutput : int * int * IDTSBuffer100 -> unit
override this.PrimeOutput : int * int * IDTSBuffer100 -> unit
Public Overridable Sub PrimeOutput (lOutputs As Integer, ByRef lOutputIDs As Integer, ByRef pIDTSBufferOutputs As IDTSBuffer100)

Parameter

lOutputs
Int32

Die Anzahl der Elemente in den outputIDs Und buffers Arrays.

lOutputIDs
Int32

Eine Vielzahl von IDTSOutput100 Ausweisen.

pIDTSBufferOutputs
IDTSBuffer100

Ein Array von IDTSBuffer100-Objekten.

Implementiert

Hinweise

Typischerweise wird die Methode PrimeOutput nur in Quellen und in Transformationen mit asynchronen Ausgaben implementiert.

Gilt für: