ManagedComponentHost.HostPrimeOutput Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.SqlServer.Dts.Pipeline
Assembly:  Microsoft.SqlServer.PipelineHost (in Microsoft.SqlServer.PipelineHost.dll)

Syntax

'Declaration
Public Sub HostPrimeOutput ( _
    wrapper As IDTSManagedComponentWrapper100, _
    outputs As Integer, _
    outputIDs As Integer(), _
    buffers As IDTSBuffer100(), _
    ppBufferWirePacket As IntPtr _
)
'Usage
Dim instance As ManagedComponentHost
Dim wrapper As IDTSManagedComponentWrapper100
Dim outputs As Integer
Dim outputIDs As Integer()
Dim buffers As IDTSBuffer100()
Dim ppBufferWirePacket As IntPtr

instance.HostPrimeOutput(wrapper, outputs, _
    outputIDs, buffers, ppBufferWirePacket)
public void HostPrimeOutput(
    IDTSManagedComponentWrapper100 wrapper,
    int outputs,
    int[] outputIDs,
    IDTSBuffer100[] buffers,
    IntPtr ppBufferWirePacket
)
public:
virtual void HostPrimeOutput(
    IDTSManagedComponentWrapper100^ wrapper, 
    int outputs, 
    array<int>^ outputIDs, 
    array<IDTSBuffer100^>^ buffers, 
    IntPtr ppBufferWirePacket
) sealed
abstract HostPrimeOutput : 
        wrapper:IDTSManagedComponentWrapper100 * 
        outputs:int * 
        outputIDs:int[] * 
        buffers:IDTSBuffer100[] * 
        ppBufferWirePacket:IntPtr -> unit 
override HostPrimeOutput : 
        wrapper:IDTSManagedComponentWrapper100 * 
        outputs:int * 
        outputIDs:int[] * 
        buffers:IDTSBuffer100[] * 
        ppBufferWirePacket:IntPtr -> unit 
public final function HostPrimeOutput(
    wrapper : IDTSManagedComponentWrapper100, 
    outputs : int, 
    outputIDs : int[], 
    buffers : IDTSBuffer100[], 
    ppBufferWirePacket : IntPtr
)

Parameters

Implements

IDTSManagedComponentHost100.HostPrimeOutput(IDTSManagedComponentWrapper100, Int32, array<Int32[], array<IDTSBuffer100[], IntPtr)