Sdílet prostřednictvím


IDTSRuntimeConnectionCollection100 Members

Include Protected Members
Include Inherited Members

Contains a collection of IDTSRuntimeConnectionCollection100 objects.

The IDTSRuntimeConnectionCollection100 type exposes the following members.

Methods

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

Top

Properties

  Name Description
Public property Count Returns the number of IDTSRuntimeConnection100 objects in a collection.
Public property Item[Object] Gets the IDTSRuntimeConnection100 object specified by the Index parameter.

Top