CManagedComponentWrapperClass.DeleteOutput(Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
从组件的 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对象。