Condividi tramite


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 nella lOutputs matrice e pIDTSBufferOutputs è determinato dal numero di IDTSOutput100 oggetti nell'oggetto IDTSOutputCollection100 del componente connesso a un oggetto IDTSPath100.

Ogni elemento nella lOutputIDs matrice ha uno IDTSBuffer100 stesso indice nella pIDTSBufferOutputs matrice.

Le righe vengono aggiunte a PipelineBuffer chiamando il metodo AddRow e, al termine, viene chiamato il metodo SetEndOfRowset per notificare all'attività flusso di dati che il componente ha completato l'aggiunta di righe.

PrimeOutput viene chiamato per i componenti la cui proprietà SynchronousInputID è impostata su zero.

Si applica a