Share via


IDTSInputCollection100 Members

Include Protected Members
Include Inherited Members

Contains a collection of IDTSInput100 objects.

The IDTSInputCollection100 type exposes the following members.

Methods

  Name Description
Public method FindObjectByID(Int32) Locates the requested object in a collection by its ID.
Public method FindObjectIndexByID(Int32) Locates the index of the requested object in a collection by its ID.
Public method GetEnumerator() (Inherited from IEnumerable.)
Public method GetEnumerator() Returns an enumerator that can iterate through an IDTSInputCollection100.
Public method GetObjectByID(Int32) Retrieves an IDTSInput100 object from a IDTSInputCollection100 collection.
Public method GetObjectIndexByID(Int32) Retrieves the index of the IDTSInput100 object in a collection.
Public method New() Creates a new IDTSInput100 object and adds it to an IDTSInputCollection100.
Public method NewAt(Int32) Adds a new input object at the specified index in a collection.
Public method RemoveAll() Deletes each IDTSInput100 object from a collection.
Public method RemoveObjectByID(Int32) Removes an input object specified by its ID from a collection.
Public method RemoveObjectByIndex(Object) Deletes an input object from a collection.
Public method SetIndex(Int32, Int32) Changes the location of an IDTSInput100 object.

Top

Properties

  Name Description
Public property Count Gets the number of IDTSInput100 objects in an IDTSInputCollection100 collection.
Public property Item[Object] Gets the IDTSInput100 object specified by the Index parameter.

Top