Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Specifies the host process input.
Namespace: Microsoft.SqlServer.Dts.Pipeline
Assembly: Microsoft.SqlServer.PipelineHost (in Microsoft.SqlServer.PipelineHost.dll)
Syntax
'Declaration
Public Sub HostProcessInput ( _
wrapper As IDTSManagedComponentWrapper100, _
inputID As Integer, _
pDTSBuffer As IDTSBuffer100, _
bufferWirePacket As IntPtr _
)
'Usage
Dim instance As ManagedComponentHost
Dim wrapper As IDTSManagedComponentWrapper100
Dim inputID As Integer
Dim pDTSBuffer As IDTSBuffer100
Dim bufferWirePacket As IntPtr
instance.HostProcessInput(wrapper, inputID, _
pDTSBuffer, bufferWirePacket)
public void HostProcessInput(
IDTSManagedComponentWrapper100 wrapper,
int inputID,
IDTSBuffer100 pDTSBuffer,
IntPtr bufferWirePacket
)
public:
virtual void HostProcessInput(
IDTSManagedComponentWrapper100^ wrapper,
int inputID,
IDTSBuffer100^ pDTSBuffer,
IntPtr bufferWirePacket
) sealed
abstract HostProcessInput :
wrapper:IDTSManagedComponentWrapper100 *
inputID:int *
pDTSBuffer:IDTSBuffer100 *
bufferWirePacket:IntPtr -> unit
override HostProcessInput :
wrapper:IDTSManagedComponentWrapper100 *
inputID:int *
pDTSBuffer:IDTSBuffer100 *
bufferWirePacket:IntPtr -> unit
public final function HostProcessInput(
wrapper : IDTSManagedComponentWrapper100,
inputID : int,
pDTSBuffer : IDTSBuffer100,
bufferWirePacket : IntPtr
)
Parameters
- wrapper
Type: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100
The component wrapper.
- inputID
Type: System.Int32
The input identifier.
- pDTSBuffer
Type: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSBuffer100
The buffer.
- bufferWirePacket
Type: System.IntPtr
The wire packet.