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

緩衝區封包。

適用於