CManagedComponentWrapperClass.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.
Deletes an IDTSOutput100 object from the IDTSOutputCollection100 collection of the component.
public:
virtual void DeleteOutput(int lOutputID) = Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSDesigntimeComponent100::DeleteOutput;
[System.Runtime.InteropServices.DispId(25)]
public virtual void DeleteOutput (int lOutputID);
[<System.Runtime.InteropServices.DispId(25)>]
abstract member DeleteOutput : int -> unit
override this.DeleteOutput : int -> unit
Public Overridable Sub DeleteOutput (lOutputID As Integer)
Parameters
- lOutputID
- Int32
The ID of the IDTSOutput100 object to delete.
Implements
- Attributes
Remarks
Call this method to delete the specified IDTSOutput100 object from the OutputCollection of the component.