Compartilhar via


Método IDTSManagedComponentWrapper100.WrapperDeleteOutput

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Deletes an output from the wrapper.

Namespace:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (em Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintaxe

'Declaração
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.

Consulte também

Referência

IDTSManagedComponentWrapper100 Interface

Namespace Microsoft.SqlServer.Dts.Pipeline.Wrapper