IDTSDesigntimeComponent100.DeleteOutput 方法

Deletes an IDTSOutput100 object from the IDTSOutputCollection100 collection.

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

语法

声明
Sub DeleteOutput ( _
    lOutputID As Integer _
)
用法
Dim instance As IDTSDesigntimeComponent100 
Dim lOutputID As Integer

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

参数

注释

Called when an IDTSOutput100 object is being deleted from the IDTSOutputCollection100 collection.

请参阅

参考

IDTSDesigntimeComponent100 接口

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