IDTSRuntimeComponent100.PrimeOutput(Int32, Int32, IDTSBuffer100) Metodo

Definizione

public:
 void PrimeOutput(int lOutputs, int % lOutputIDs, Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2014::IDTSBuffer100 ^ % pIDTSBufferOutputs);
[System.Runtime.InteropServices.DispId(14)]
public void PrimeOutput(int lOutputs, ref int lOutputIDs, ref Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2014.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 lOutputspIDTSBufferOutputs e è determinato dal numero di IDTSOutput100 oggetti nel IDTSOutputCollection100 della componente collegata a un IDTSPath100 oggetto.

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

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

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

Si applica a