IDTSDesigntimeComponent100.DeleteOutput(Int32) Method

Definition

Deletes an IDTSOutput100 object from the IDTSOutputCollection100 collection.

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)

Parameters

lOutputID
Int32

The ID of the IDTSOutput100 object to delete.

Attributes

Remarks

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

Applies to