Udostępnij przez


IDTSOutputCollection100 Members

Contains a collection of IDTSOutput100 objects.

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

Public Properties

  Name Description
Bb500123.pubproperty(pl-pl,SQL.100).gif Count Gets the number of elements contained in an IDTSOutputCollection100.
Bb500123.pubproperty(pl-pl,SQL.100).gif Item Gets the IDTSInput100 object specified by the Index parameter.

Top

Public Methods

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

Top