IDTSRuntimeConnectionCollection90 Interface

Contains a collection of IDTSRuntimeConnectionCollection90 objects.

Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)

Syntax

'Declaration
<GuidAttribute("58EA6E8B-369E-4B58-B94A-421B5093F972")> _
<DefaultMemberAttribute("Item")> _
<TypeLibTypeAttribute(4160)> _
Public Interface IDTSRuntimeConnectionCollection90
    Inherits IEnumerable
[GuidAttribute("58EA6E8B-369E-4B58-B94A-421B5093F972")] 
[DefaultMemberAttribute("Item")] 
[TypeLibTypeAttribute(4160)] 
public interface IDTSRuntimeConnectionCollection90 : IEnumerable
[GuidAttribute(L"58EA6E8B-369E-4B58-B94A-421B5093F972")] 
[DefaultMemberAttribute(L"Item")] 
[TypeLibTypeAttribute(4160)] 
public interface class IDTSRuntimeConnectionCollection90 : IEnumerable
/** @attribute GuidAttribute("58EA6E8B-369E-4B58-B94A-421B5093F972") */ 
/** @attribute DefaultMemberAttribute("Item") */ 
/** @attribute TypeLibTypeAttribute(4160) */ 
public interface IDTSRuntimeConnectionCollection90 extends IEnumerable
GuidAttribute("58EA6E8B-369E-4B58-B94A-421B5093F972") 
DefaultMemberAttribute("Item") 
TypeLibTypeAttribute(4160) 
public interface IDTSRuntimeConnectionCollection90 extends IEnumerable

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.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

IDTSRuntimeConnectionCollection90 Members
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace