IDTSOutputCollection90 Members

Contains a collection of IDTSOutput90 objects.

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

Public Properties

  Name Description
ms211453.pubproperty(en-US,SQL.90).gif Count Gets the number of elements contained in an IDTSOutputCollection90.
ms211453.pubproperty(en-US,SQL.90).gif Item Gets the IDTSInput90 object specified by the Index parameter.

Top

Public Methods

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

Top

See Also

Reference

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