CManagedComponentWrapperClass.DeleteOutput 方法

Deletes an IDTSOutput100 object from the IDTSOutputCollection100 collection of the component.

命名空间:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
程序集:  Microsoft.SqlServer.DTSPipelineWrap(在 Microsoft.SqlServer.DTSPipelineWrap.dll 中)

语法

声明
Public Overridable Sub DeleteOutput ( _
    lOutputID As Integer _
)
用法
Dim instance As CManagedComponentWrapperClass 
Dim lOutputID As Integer

instance.DeleteOutput(lOutputID)
public virtual void DeleteOutput(
    int lOutputID
)
public:
virtual void DeleteOutput(
    [InAttribute] int lOutputID
)
abstract DeleteOutput : 
        lOutputID:int -> unit  
override DeleteOutput : 
        lOutputID:int -> unit
public function DeleteOutput(
    lOutputID : int
)

参数

实现

IDTSDesigntimeComponent100.DeleteOutput(Int32)

注释

Call this method to delete the specified IDTSOutput100 object from the OutputCollection of the component.

请参阅

参考

CManagedComponentWrapperClass 类

Microsoft.SqlServer.Dts.Pipeline.Wrapper 命名空间