Поделиться через


Метод 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