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


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