Linguaggio

IDTSDesigntimeComponent100.DeleteOutput(Int32) Metodo

Definizione

Elimina un IDTSOutput100 oggetto dalla IDTSOutputCollection100 collezione.

public:
 void DeleteOutput(int lOutputID);
[System.Runtime.InteropServices.DispId(25)]
public void DeleteOutput(int lOutputID);
[<System.Runtime.InteropServices.DispId(25)>]
abstract member DeleteOutput : int -> unit
Public Sub DeleteOutput (lOutputID As Integer)

Parametri

lOutputID
Int32

L'ID dell'oggetto IDTSOutput100 da cancellare.

Attributi

Commenti

Chiamato quando un IDTSOutput100 oggetto viene eliminato dalla IDTSOutputCollection100 collezione.

Si applica a