Compartir a través de


IDTSDesigntimeComponent90.DeleteOutputColumn Method

Deletes an IDTSOutputColumn90 object from the IDTSOutputColumnCollection90 collection.

Espacio de nombres: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Ensamblado: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)

Sintaxis

'Declaración
<DispIdAttribute(14)> _
Sub DeleteOutputColumn ( _
    <InAttribute> lOutputID As Integer, _
    <InAttribute> lOutputColumnID As Integer _
)
[DispIdAttribute(14)] 
void DeleteOutputColumn (
    [InAttribute] int lOutputID,
    [InAttribute] int lOutputColumnID
)
[DispIdAttribute(14)] 
void DeleteOutputColumn (
    [InAttribute] int lOutputID, 
    [InAttribute] int lOutputColumnID
)
/** @attribute DispIdAttribute(14) */ 
void DeleteOutputColumn (
    /** @attribute InAttribute() */ int lOutputID, 
    /** @attribute InAttribute() */ int lOutputColumnID
)
DispIdAttribute(14) 
function DeleteOutputColumn (
    lOutputID : int, 
    lOutputColumnID : int
)

Parámetros

  • lOutputColumnID
    The ID of the IDTSOutputColumn90 to delete.

Notas

Called when an IDTSOutputColumn90 is being deleted from the IDTSOutputColumnCollection90 collection.

Seguridad para subprocesos

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

IDTSDesigntimeComponent90 Interface
IDTSDesigntimeComponent90 Members
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace