CManagedComponentWrapperClass.PrimeOutput(Int32, Int32, IDTSBuffer100) Metodo

Definizione

public:
 virtual void PrimeOutput(int lOutputs, int % lOutputIDs, Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2014::IDTSBuffer100 ^ % pIDTSBufferOutputs) = Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2014::IDTSRuntimeComponent100::PrimeOutput;
public virtual void PrimeOutput (int lOutputs, ref int lOutputIDs, ref Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2014.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)

Parametri

lOutputs
Int32
lOutputIDs
Int32
pIDTSBufferOutputs
IDTSBuffer100

Implementazioni

Commenti

In genere, il metodo PrimeOutput viene implementato solo nelle origini e nelle trasformazioni con output asincroni.

Si applica a