次の方法で共有


ManagedComponentHost.HostDeleteOutputColumn メソッド

定義

コンポーネント ホストの出力列を削除します。

public:
 virtual void HostDeleteOutputColumn(Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSManagedComponentWrapper100 ^ wrapper, int outputID, int outputColumnID);
public void HostDeleteOutputColumn (Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 wrapper, int outputID, int outputColumnID);
abstract member HostDeleteOutputColumn : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 * int * int -> unit
override this.HostDeleteOutputColumn : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 * int * int -> unit
Public Sub HostDeleteOutputColumn (wrapper As IDTSManagedComponentWrapper100, outputID As Integer, outputColumnID As Integer)

パラメーター

wrapper
IDTSManagedComponentWrapper100

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

outputID
Int32

出力 ID です。

outputColumnID
Int32

出力列の識別子です。

実装

適用対象