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.
public:
virtual void ProcessInput(int lInputID, Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2012::IDTSBuffer100 ^ pIDTSBufferInput) = Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2012::IDTSRuntimeComponent100::ProcessInput;
public virtual void ProcessInput (int lInputID, Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012.IDTSBuffer100 pIDTSBufferInput);
abstract member ProcessInput : int * Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012.IDTSBuffer100 -> unit
override this.ProcessInput : int * Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012.IDTSBuffer100 -> unit
Public Overridable Sub ProcessInput (lInputID As Integer, pIDTSBufferInput As IDTSBuffer100)
Parameters
- lInputID
- Int32
- pIDTSBufferInput
- IDTSBuffer100
Implements
Remarks
Typically, the ProcessInput method is implemented in transformations and destinations.