语言

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。

实现

属性

注解

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

适用于