ManagedComponentHost.HostProcessInput 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.
Specifies the host process input.
public:
virtual void HostProcessInput(Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSManagedComponentWrapper100 ^ wrapper, int inputID, Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSBuffer100 ^ pDTSBuffer, IntPtr bufferWirePacket);
public void HostProcessInput (Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 wrapper, int inputID, Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSBuffer100 pDTSBuffer, IntPtr bufferWirePacket);
abstract member HostProcessInput : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 * int * Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSBuffer100 * nativeint -> unit
override this.HostProcessInput : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 * int * Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSBuffer100 * nativeint -> unit
Public Sub HostProcessInput (wrapper As IDTSManagedComponentWrapper100, inputID As Integer, pDTSBuffer As IDTSBuffer100, bufferWirePacket As IntPtr)
Parameters
- wrapper
- IDTSManagedComponentWrapper100
The component wrapper.
- inputID
- Int32
The input identifier.
- pDTSBuffer
- IDTSBuffer100
The buffer.
- bufferWirePacket
-
IntPtr
nativeint
The wire packet.