Udostępnij przez


IDTSRuntimeConnectionCollection100 Members

Contains a collection of IDTSRuntimeConnectionCollection100 objects.

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

Public Properties

  Name Description
Bb510956.pubproperty(pl-pl,SQL.100).gif Count Returns the number of IDTSRuntimeConnection100 objects in a collection.
Bb510956.pubproperty(pl-pl,SQL.100).gif Item Gets the IDTSRuntimeConnection100 object specified by the Index parameter.

Top

Public Methods

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

Top