Share via


ManagedComponentHost.HostPrimeOutput 方法

定义

指定宿主主输出。

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)

参数

wrapper
IDTSManagedComponentWrapper100

组件包装。

outputs
Int32

输出。

outputIDs
Int32[]

输出标识符。

buffers
IDTSBuffer100[]

缓冲区。

ppBufferWirePacket
IntPtr

nativeint

缓冲区连网数据包。

实现

适用于