IDTSDesigntimeComponent100.DeleteOutput(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- Attributes
Remarks
Called when an IDTSOutput100 object is being deleted from the IDTSOutputCollection100 collection.