Condividi tramite


Metodo IDTSManagedComponentWrapper100.WrapperDeleteOutput

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Deletes an output from the wrapper.

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

Sintassi

'Dichiarazione
Sub WrapperDeleteOutput ( _
    lOutputID As Integer _
)
'Utilizzo
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
)

Parametri

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

Vedere anche

Riferimento

IDTSManagedComponentWrapper100 Interfaccia

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