IDTSDesigntimeComponent100.DeleteOutput(Int32) メソッド

定義

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

public:
 void DeleteOutput(int lOutputID);
[System.Runtime.InteropServices.DispId(25)]
public void DeleteOutput(int lOutputID);
[<System.Runtime.InteropServices.DispId(25)>]
abstract member DeleteOutput : int -> unit
Public Sub DeleteOutput (lOutputID As Integer)

パラメーター

lOutputID
Int32

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

属性

注釈

IDTSOutput100オブジェクトがIDTSOutputCollection100コレクションから削除される際に呼び出されます。

適用対象