다음을 통해 공유


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

버퍼 연결 패킷입니다.

구현

적용 대상