CManagedComponentWrapperClass.DeleteOutput(Int32) 方法

定义

从组件的 IDTSOutput100 集合中删除 IDTSOutputCollection100 对象。

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。

实现

属性

注解

调用此方法以从OutputCollection组件中删除指定的IDTSOutput100对象。

适用于