IDTSInputCollection90 Members

Contains a collection of IDTSInput90 objects.

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

Public Properties

  Name Description
ms211462.pubproperty(en-US,SQL.90).gif Count Gets the number of IDTSInput90 objects in an IDTSInputCollection90 collection.
ms211462.pubproperty(en-US,SQL.90).gif Item Gets the specified IDTSInput90 object.

Top

Public Methods

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

Top

See Also

Reference

IDTSInputCollection90 Interface
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace