Bagikan melalui


CManagedComponentWrapperClass.DeleteOutputColumn Method

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
)

Parameters

Implements

IDTSDesigntimeComponent100.DeleteOutputColumn(Int32, Int32)

Remarks

Call this method to delete an IDTSOutputColumn100 from the OutputColumnCollection of the specified output object.

See Also

Reference

CManagedComponentWrapperClass Class

Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace