IDTSRuntimeConnectionCollection100 Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains a collection of IDTSRuntimeConnectionCollection100 objects.
public interface class IDTSRuntimeConnectionCollection100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("739C4140-CDD0-4C4C-A3A9-D6A28CFD3299")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSRuntimeConnectionCollection100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("83C9E3B7-2F3F-457D-8E09-EFAC08AE5A28")]
public interface IDTSRuntimeConnectionCollection100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("21BA6AA3-D747-4391-BFB5-EFE5CE32256C")]
public interface IDTSRuntimeConnectionCollection100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("739C4140-CDD0-4C4C-A3A9-D6A28CFD3299")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSRuntimeConnectionCollection100 = interface
interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("83C9E3B7-2F3F-457D-8E09-EFAC08AE5A28")>]
type IDTSRuntimeConnectionCollection100 = interface
interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("21BA6AA3-D747-4391-BFB5-EFE5CE32256C")>]
type IDTSRuntimeConnectionCollection100 = interface
interface IEnumerable
Public Interface IDTSRuntimeConnectionCollection100
Implements IEnumerable
- Attributes
- Implements
Remarks
Data flow components that connect to external data sources do so using ConnectionManager objects created at the package level. This collection is used to store references to the connection managers in the package that a component uses to access external data sources.
Properties
Count |
Returns the number of IDTSRuntimeConnection100 objects in a collection. |
Item[Object] |
Gets the IDTSRuntimeConnection100 object specified by the |
Methods
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() |
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. |
GetRuntimeConnectionByName(String) |
Retrieves the runtime connection of the IDTSRuntimeConnection100 object by name. |
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. |