言語

ManagedComponentHost.HostDeleteOutput メソッド

定義

ManagedComponentHost出力を削除します。

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

パラメーター

wrapper
IDTSManagedComponentWrapper100

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

outputID
Int32

出力識別子。

実装

適用対象