CManagedComponentWrapperClass.DeleteInput(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:
virtual void DeleteInput(int lInputID) = Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2012::IDTSDesigntimeComponent100::DeleteInput;
[System.Runtime.InteropServices.DispId(24)]
public virtual void DeleteInput (int lInputID);
[<System.Runtime.InteropServices.DispId(24)>]
abstract member DeleteInput : int -> unit
override this.DeleteInput : int -> unit
Public Overridable Sub DeleteInput (lInputID As Integer)
Parameters
- lInputID
- Int32
Implements
- Attributes
Remarks
Call this method to delete an IDTSInput100 from the component.