次の方法で共有


IDTSManagedComponentWrapper100.WrapperInsertOutput メソッド

定義

ラッパーからの出力を挿入します。

public:
 Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSOutput100 ^ WrapperInsertOutput(Microsoft::SqlServer::Dts::Pipeline::Wrapper::DTSInsertPlacement eInsertPlacement, int lOutputID);
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSOutput100 WrapperInsertOutput (Microsoft.SqlServer.Dts.Pipeline.Wrapper.DTSInsertPlacement eInsertPlacement, int lOutputID);
abstract member WrapperInsertOutput : Microsoft.SqlServer.Dts.Pipeline.Wrapper.DTSInsertPlacement * int -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSOutput100
Public Function WrapperInsertOutput (eInsertPlacement As DTSInsertPlacement, lOutputID As Integer) As IDTSOutput100

パラメーター

eInsertPlacement
DTSInsertPlacement

挿入位置です。

lOutputID
Int32

出力 ID です。

戻り値

挿入された出力です。

適用対象