IDTSManagedComponentHost100.HostPrimeOutput 方法

定义

表示宿主主输出。

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)

参数

pWrapper
IDTSManagedComponentWrapper100

使用的包装。

lOutputs
Int32

输出。

psaOutputIDs
Int32[]

输出标识符。

psaBuffers
IDTSBuffer100[]

缓冲区

ppBufferPacket
IntPtr

nativeint

缓冲区数据包。

适用于