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.
Specifies the host prime output.
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
- wrapper
Type: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100
The component wrapper.
- outputs
Type: System.Int32
The outputs.
- outputIDs
Type: array<System.Int32[]
The output identifier.
- buffers
Type: array<Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSBuffer100[]
The buffers.
- ppBufferWirePacket
Type: System.IntPtr
The buffer wire packet.