言語

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

出力識別子。

lOutputColumnID
Int32

出力カラム識別子。

適用対象