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
)
参数
- lOutputID
类型:System.Int32
The ID of the IDTSOutput100 object to delete.
注释
Called when an IDTSOutput100 object is being deleted from the IDTSOutputCollection100 collection.