IDTSRuntimeConnectionCollection100 Members
Include Protected Members
Include Inherited Members
Contains a collection of IDTSRuntimeConnectionCollection100 objects.
The IDTSRuntimeConnectionCollection100 type exposes the following members.
Methods
Name | Description | |
---|---|---|
FindObjectByID(Int32) | Locates the requested object in a collection by its ID. | |
FindObjectIndexByID(Int32) | Locates the index of the requested object in a collection by its ID. | |
GetEnumerator() | (Inherited from IEnumerable.) | |
GetEnumerator() | Returns an enumerator that can iterate through an IDTSRuntimeConnectionCollection100. | |
GetObjectByID(Int32) | Retrieves an IDTSRuntimeConnection100 object from a collection. | |
GetObjectIndexByID(Int32) | Retrieves the index of the IDTSRuntimeConnection100 object in a collection. | |
New() | Creates a new IDTSRuntimeConnection100 object and adds it to a collection. | |
NewAt(Int32) | Adds a new run-time connection at the specified location in a collection. | |
RemoveAll() | Deletes each IDTSRuntimeConnection100 object from a collection. | |
RemoveObjectByID(Int32) | Removes the specified connection object from a collection. | |
RemoveObjectByIndex(Object) | Deletes the run-time connection at the specified index from a collection. | |
SetIndex(Int32, Int32) | Changes the location of the run-time connection object in a collection. |
Top
Properties
Name | Description | |
---|---|---|
Count | Returns the number of IDTSRuntimeConnection100 objects in a collection. | |
Item[Object] | Gets the IDTSRuntimeConnection100 object specified by the Index parameter. |
Top