IDTSManagedComponentHost100.HostPrimeOutput 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.
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.