Metodo CManagedComponentWrapperClass.DeleteOutputColumn

Deletes an IDTSOutputColumn100 object from the IDTSOutputColumnCollection100 collection of the component.

Spazio dei nomi  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintassi

'Dichiarazione
Public Overridable Sub DeleteOutputColumn ( _
    lOutputID As Integer, _
    lOutputColumnID As Integer _
)
'Utilizzo
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
)

Parametri

Implementa

IDTSDesigntimeComponent100.DeleteOutputColumn(Int32, Int32)

Osservazioni

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

Vedere anche

Riferimento

CManagedComponentWrapperClass Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Pipeline.Wrapper