CManagedComponentWrapperClass.DeleteOutput(Int32) メソッド

定義

コンポーネントのIDTSOutputCollection100コレクションからIDTSOutput100オブジェクトを削除します。

public:
 virtual void DeleteOutput(int lOutputID) = Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSDesigntimeComponent100::DeleteOutput;
[System.Runtime.InteropServices.DispId(25)]
public virtual void DeleteOutput(int lOutputID);
[<System.Runtime.InteropServices.DispId(25)>]
abstract member DeleteOutput : int -> unit
override this.DeleteOutput : int -> unit
Public Overridable Sub DeleteOutput (lOutputID As Integer)

パラメーター

lOutputID
Int32

削除する IDTSOutput100 オブジェクトのIDです。

実装

属性

注釈

このメソッドを呼び出して、指定された IDTSOutput100 オブジェクトをコンポーネントの OutputCollection から削除します。

適用対象