Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Represents the host prime output.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
Syntax
'Declaration
Sub HostPrimeOutput ( _
pWrapper As IDTSManagedComponentWrapper100, _
lOutputs As Integer, _
psaOutputIDs As Integer(), _
psaBuffers As IDTSBuffer100(), _
ppBufferPacket As IntPtr _
)
'Usage
Dim instance As IDTSManagedComponentHost100
Dim pWrapper As IDTSManagedComponentWrapper100
Dim lOutputs As Integer
Dim psaOutputIDs As Integer()
Dim psaBuffers As IDTSBuffer100()
Dim ppBufferPacket As IntPtr
instance.HostPrimeOutput(pWrapper, lOutputs, _
psaOutputIDs, psaBuffers, ppBufferPacket)
void HostPrimeOutput(
IDTSManagedComponentWrapper100 pWrapper,
int lOutputs,
int[] psaOutputIDs,
IDTSBuffer100[] psaBuffers,
IntPtr ppBufferPacket
)
void HostPrimeOutput(
[InAttribute] IDTSManagedComponentWrapper100^ pWrapper,
[InAttribute] int lOutputs,
[InAttribute] array<int>^ psaOutputIDs,
[InAttribute] array<IDTSBuffer100^>^ psaBuffers,
[InAttribute] IntPtr ppBufferPacket
)
abstract HostPrimeOutput :
pWrapper:IDTSManagedComponentWrapper100 *
lOutputs:int *
psaOutputIDs:int[] *
psaBuffers:IDTSBuffer100[] *
ppBufferPacket:IntPtr -> unit
function HostPrimeOutput(
pWrapper : IDTSManagedComponentWrapper100,
lOutputs : int,
psaOutputIDs : int[],
psaBuffers : IDTSBuffer100[],
ppBufferPacket : IntPtr
)
Parameters
- pWrapper
Type: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100
The wrapper used.
- lOutputs
Type: System.Int32
The output.
- psaOutputIDs
Type: array<System.Int32[]
The output identifier.
- psaBuffers
Type: array<Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSBuffer100[]
The buffers
- ppBufferPacket
Type: System.IntPtr
The buffer packets.