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 IDTSOutputColumn100 object from the IDTSOutputColumnCollection100 collection of the component.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
Syntax
'Declaration
Public Overridable Sub DeleteOutputColumn ( _
lOutputID As Integer, _
lOutputColumnID As Integer _
)
'Usage
Dim instance As CManagedComponentWrapperClass
Dim lOutputID As Integer
Dim lOutputColumnID As Integer
instance.DeleteOutputColumn(lOutputID, _
lOutputColumnID)
public virtual void DeleteOutputColumn(
int lOutputID,
int lOutputColumnID
)
public:
virtual void DeleteOutputColumn(
[InAttribute] int lOutputID,
[InAttribute] int lOutputColumnID
)
abstract DeleteOutputColumn :
lOutputID:int *
lOutputColumnID:int -> unit
override DeleteOutputColumn :
lOutputID:int *
lOutputColumnID:int -> unit
public function DeleteOutputColumn(
lOutputID : int,
lOutputColumnID : int
)
Parameter
- lOutputID
Typ: System.Int32
The ID of the IDTSOutput100 that contains the IDTSOutputColumn100 to delete.
- lOutputColumnID
Typ: System.Int32
The ID of the IDTSOutputColumn100 to delete.
Implementiert
IDTSDesigntimeComponent100.DeleteOutputColumn(Int32, Int32)
Hinweise
Call this method to delete an IDTSOutputColumn100 from the OutputColumnCollection of the specified output object.