言語

ManagedComponentHost.HostInsertOutput メソッド

定義

コンポーネントホスト出力を挿入します。

public:
 virtual Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSOutput100 ^ HostInsertOutput(Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSManagedComponentWrapper100 ^ wrapper, Microsoft::SqlServer::Dts::Pipeline::Wrapper::DTSInsertPlacement insertPlacement, int outputID);
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSOutput100 HostInsertOutput(Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 wrapper, Microsoft.SqlServer.Dts.Pipeline.Wrapper.DTSInsertPlacement insertPlacement, int outputID);
abstract member HostInsertOutput : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 * Microsoft.SqlServer.Dts.Pipeline.Wrapper.DTSInsertPlacement * int -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSOutput100
override this.HostInsertOutput : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 * Microsoft.SqlServer.Dts.Pipeline.Wrapper.DTSInsertPlacement * int -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSOutput100
Public Function HostInsertOutput (wrapper As IDTSManagedComponentWrapper100, insertPlacement As DTSInsertPlacement, outputID As Integer) As IDTSOutput100

パラメーター

wrapper
IDTSManagedComponentWrapper100

コンポーネントラッパーです。

insertPlacement
DTSInsertPlacement

インサートの配置について。

outputID
Int32

出力識別子。

返品

挿入されたコンポーネントホスト出力。

実装

適用対象