IDTSManagedComponentHost100.HostPrimeOutput Method

Definition

Represents the host prime output.

public:
 void HostPrimeOutput(Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSManagedComponentWrapper100 ^ pWrapper, int lOutputs, cli::array <int> ^ psaOutputIDs, cli::array <Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSBuffer100 ^> ^ psaBuffers, IntPtr ppBufferPacket);
public void HostPrimeOutput (Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 pWrapper, int lOutputs, int[] psaOutputIDs, Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSBuffer100[] psaBuffers, IntPtr ppBufferPacket);
abstract member HostPrimeOutput : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 * int * int[] * Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSBuffer100[] * nativeint -> unit
Public Sub HostPrimeOutput (pWrapper As IDTSManagedComponentWrapper100, lOutputs As Integer, psaOutputIDs As Integer(), psaBuffers As IDTSBuffer100(), ppBufferPacket As IntPtr)

Parameters

pWrapper
IDTSManagedComponentWrapper100

The wrapper used.

lOutputs
Int32

The output.

psaOutputIDs
Int32[]

The output identifier.

psaBuffers
IDTSBuffer100[]

The buffers

ppBufferPacket
IntPtr

nativeint

The buffer packets.

Applies to