次の方法で共有


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

出力 ID です。

buffers
IDTSBuffer100[]

バッファー。

ppBufferWirePacket
IntPtr

nativeint

バッファー ワイヤー パケットです。

実装

適用対象