Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Deletes an IDTSOutput100 object from the IDTSOutputCollection100 collection of the component.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
Syntax
'Declaration
Public Overridable Sub DeleteOutput ( _
lOutputID As Integer _
)
'Usage
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
)
Parameter
- lOutputID
Typ: System.Int32
The ID of the IDTSOutput100 object to delete.
Implementiert
IDTSDesigntimeComponent100.DeleteOutput(Int32)
Hinweise
Call this method to delete the specified IDTSOutput100 object from the OutputCollection of the component.