Compartir a través de


IDTSManagedComponentWrapper100.WrapperDeleteOutput Método

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Deletes an output from the wrapper.

Espacio de nombres:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintaxis

'Declaración
Sub WrapperDeleteOutput ( _
    lOutputID As Integer _
)
'Uso
Dim instance As IDTSManagedComponentWrapper100 
Dim lOutputID As Integer

instance.WrapperDeleteOutput(lOutputID)
void WrapperDeleteOutput(
    int lOutputID
)
void WrapperDeleteOutput(
    [InAttribute] int lOutputID
)
abstract WrapperDeleteOutput : 
        lOutputID:int -> unit
function WrapperDeleteOutput(
    lOutputID : int
)

Parámetros

  • lOutputID
    Tipo: System.Int32
    The identifier of the output to be deleted.

Vea también

Referencia

IDTSManagedComponentWrapper100 Interfaz

Espacio de nombres Microsoft.SqlServer.Dts.Pipeline.Wrapper