Share via


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

Hinweise

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.

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

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