IDTSOutputCollection100.RemoveObjectByID(Int32) Method

Definition

Deletes an IDTSOutput100 specified by the lID parameter.

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

Parameters

lID
Int32

The ID of the IDTSOutput100 to delete.

Attributes

Applies to