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。

属性

注解

IDTSOutputCollection100集合中删除对象时IDTSOutput100调用。

适用于