次の方法で共有


IDTSManagedComponentHost100.HostDeleteOutputColumn メソッド

定義

ホスト出力列を削除します。

public:
 void HostDeleteOutputColumn(Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSManagedComponentWrapper100 ^ pWrapper, int lOutputID, int lOutputColumnID);
public void HostDeleteOutputColumn (Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 pWrapper, int lOutputID, int lOutputColumnID);
abstract member HostDeleteOutputColumn : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 * int * int -> unit
Public Sub HostDeleteOutputColumn (pWrapper As IDTSManagedComponentWrapper100, lOutputID As Integer, lOutputColumnID As Integer)

パラメーター

pWrapper
IDTSManagedComponentWrapper100

使用されるラッパーです。

lOutputID
Int32

出力 ID です。

lOutputColumnID
Int32

出力列の識別子です。

適用対象