ManagedComponentHost.HostPrimeOutput Method

Definition

Specifies the host prime output.

public:
 virtual void HostPrimeOutput(Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSManagedComponentWrapper100 ^ wrapper, int outputs, cli::array <int> ^ outputIDs, cli::array <Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSBuffer100 ^> ^ buffers, IntPtr ppBufferWirePacket);
public void HostPrimeOutput (Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 wrapper, int outputs, int[] outputIDs, Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSBuffer100[] buffers, IntPtr ppBufferWirePacket);
abstract member HostPrimeOutput : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 * int * int[] * Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSBuffer100[] * nativeint -> unit
override this.HostPrimeOutput : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 * int * int[] * Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSBuffer100[] * nativeint -> unit
Public Sub HostPrimeOutput (wrapper As IDTSManagedComponentWrapper100, outputs As Integer, outputIDs As Integer(), buffers As IDTSBuffer100(), ppBufferWirePacket As IntPtr)

Parameters

wrapper
IDTSManagedComponentWrapper100

The component wrapper.

outputs
Int32

The outputs.

outputIDs
Int32[]

The output identifier.

buffers
IDTSBuffer100[]

The buffers.

ppBufferWirePacket
IntPtr

nativeint

The buffer wire packet.

Implements

Applies to