IDTSRuntimeComponent100.PrimeOutput(Int32, Int32, IDTSBuffer100) Método

Definición

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)

Parámetros

lOutputs
Int32
lOutputIDs
Int32
pIDTSBufferOutputs
IDTSBuffer100
Atributos

Comentarios

El número de elementos de la lOutputs matriz y pIDTSBufferOutputs viene determinado por el número de IDTSOutput100 objetos del IDTSOutputCollection100 del componente conectado a un objeto IDTSPath100.

Cada elemento de la lOutputIDs matriz tiene un IDTSBuffer100 en el mismo índice de la pIDTSBufferOutputs matriz.

Las filas se agregan a PipelineBuffer llamando al método AddRow y, cuando termine, se llama al método SetEndOfRowset para notificar a la tarea de flujo de datos que el componente ha terminado de agregar filas.

Se llama a PrimeOutput para componentes cuya propiedad SynchronousInputID está establecida en cero.

Se aplica a