IDTSRuntimeComponent100.PrimeOutput(Int32, Int32, IDTSBuffer100) Metodo

Definizione

public:
 void PrimeOutput(int lOutputs, int % lOutputIDs, Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2012::IDTSBuffer100 ^ % pIDTSBufferOutputs);
[System.Runtime.InteropServices.DispId(14)]
public void PrimeOutput(int lOutputs, ref int lOutputIDs, ref Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012.IDTSBuffer100 pIDTSBufferOutputs);
[<System.Runtime.InteropServices.DispId(14)>]
abstract member PrimeOutput : int * int * IDTSBuffer100 -> unit
Public Sub PrimeOutput (lOutputs As Integer, ByRef lOutputIDs As Integer, ByRef pIDTSBufferOutputs As IDTSBuffer100)

Parametri

lOutputs
Int32
lOutputIDs
Int32
pIDTSBufferOutputs
IDTSBuffer100
Attributi

Commenti

Il numero di elementi nell'array lOutputs e pIDTSBufferOutputs è determinato dal numero di IDTSOutput100 oggetti nell'IDTSOutputCollection100 del componente collegato a un oggetto IDTSPath100.

Ogni elemento nell'array lOutputIDs ha un indice IDTSBuffer100 allo stesso indice nell'array pIDTSBufferOutputs .

Le righe vengono aggiunte al PipelineBuffer chiamando il metodo AddRow e, una volta terminato, viene chiamato il metodo SetEndOfRowset per notificare al compito di flusso dati che il componente ha terminato di aggiungere righe.

PrimeOutput è chiamato per componenti la cui proprietà SynchronousInputID è impostata a zero.

Si applica a