Udostępnij przez


CManagedComponentWrapperClass.ProcessInput Method

Processes the rows of data that are received in input buffers from upstream components.

Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)

Syntax

'Deklaracja
Public Overridable Sub ProcessInput ( _
    <InAttribute> lInputID As Integer, _
    <InAttribute> pIDTSBufferInput As IDTSBuffer100 _
) Implements IDTSRuntimeComponent100.ProcessInput
public virtual void IDTSRuntimeComponent100.ProcessInput (
    [InAttribute] int lInputID,
    [InAttribute] IDTSBuffer100 pIDTSBufferInput
)
public:
virtual void ProcessInput (
    [InAttribute] int lInputID, 
    [InAttribute] IDTSBuffer100^ pIDTSBufferInput
) = IDTSRuntimeComponent100::ProcessInput
J# supports the use of explicit interface implementations, but not the declaration of new ones.
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

Parameters

Remarks

Typically, the ProcessInput method is implemented in transformations and destinations.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.