CManagedComponentWrapperClass.DeleteOutput(Int32) 方法

定义

public:
 virtual void DeleteOutput(int lOutputID) = Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2012::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

实现

属性

注解

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

适用于