Condividi tramite


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

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

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

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

Si applica a