IDTSInputCollection100.RemoveObjectByIndex(Object) 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 RemoveObjectByIndex(System::Object ^ Index);
[System.Runtime.InteropServices.DispId(16)]
public void RemoveObjectByIndex (object Index);
[<System.Runtime.InteropServices.DispId(16)>]
abstract member RemoveObjectByIndex : obj -> unit
Public Sub RemoveObjectByIndex (Index As Object)
Parameters
- Index
- Object
- Attributes
Remarks
The RemoveObjectByIndex method deletes the input at the location in the collection specified by the Index
parameter. If the index is outside the bounds of the collection, a DTS_E_INVALIDINDEX exception occurs.