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

Definição

Acrescenta linhas aos buffers de saída no fluxo de dados.

public:
 virtual void PrimeOutput(int lOutputs, int % lOutputIDs, Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSBuffer100 ^ % pIDTSBufferOutputs) = Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSRuntimeComponent100::PrimeOutput;
public virtual void PrimeOutput (int lOutputs, ref int lOutputIDs, ref Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSBuffer100 pIDTSBufferOutputs);
abstract member PrimeOutput : int * int * IDTSBuffer100 -> unit
override this.PrimeOutput : int * int * IDTSBuffer100 -> unit
Public Overridable Sub PrimeOutput (lOutputs As Integer, ByRef lOutputIDs As Integer, ByRef pIDTSBufferOutputs As IDTSBuffer100)

Parâmetros

lOutputs
Int32

O número de elementos nas matrizes outputIDs e buffers.

lOutputIDs
Int32

Uma matriz de IDs IDTSOutput100.

pIDTSBufferOutputs
IDTSBuffer100

Uma matriz de objetos de IDTSBuffer100.

Implementações

Comentários

Normalmente, o PrimeOutput método é implementado apenas em fontes e em transformações com saídas assíncronas.

Aplica-se a