Udostępnij przez


IDTSInputCollection100 Members

Contains a collection of IDTSInput100 objects.

The following tables list the members exposed by the IDTSInputCollection100 type.

Public Properties

  Name Description
Bb522776.pubproperty(pl-pl,SQL.100).gif Count Gets the number of IDTSInput100 objects in an IDTSInputCollection100 collection.
Bb522776.pubproperty(pl-pl,SQL.100).gif Item Gets the IDTSInput100 object specified by the Index parameter.

Top

Public Methods

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

Top