次の方法で共有


IDTSDesigntimeComponent100.DeleteOutput(Int32) メソッド

定義

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

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 コレクションから削除されるときに呼び出されます。

適用対象