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.