CManagedComponentWrapperClass.ProcessInput(Int32, IDTSBuffer100) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Processes the rows of data that are received in input buffers from upstream components.
public:
virtual void ProcessInput(int lInputID, Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSBuffer100 ^ pIDTSBufferInput) = Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSRuntimeComponent100::ProcessInput;
public virtual void ProcessInput (int lInputID, Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSBuffer100 pIDTSBufferInput);
abstract member ProcessInput : int * Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSBuffer100 -> unit
override this.ProcessInput : int * Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSBuffer100 -> unit
Public Overridable Sub ProcessInput (lInputID As Integer, pIDTSBufferInput As IDTSBuffer100)
Parameters
- lInputID
- Int32
The ID of the IDTSInput100 object.
- pIDTSBufferInput
- IDTSBuffer100
The input IDTSBuffer100 object.
Implements
Remarks
Typically, the ProcessInput method is implemented in transformations and destinations.