次の方法で共有


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[]

出力 ID です。

psaBuffers
IDTSBuffer100[]

バッファーです。

ppBufferPacket
IntPtr

nativeint

バッファー パケットです。

適用対象