Condividi tramite


Metodo DeleteOutput

Deletes an IDTSOutput100 object from the IDTSOutputCollection100 collection.

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

Sintassi

'Dichiarazione
Sub DeleteOutput ( _
    lOutputID As Integer _
)
'Utilizzo
Dim instance As IDTSDesigntimeComponent100
Dim lOutputID As Integer

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

Parametri

Osservazioni

Called when an IDTSOutput100 object is being deleted from the IDTSOutputCollection100 collection.