다음을 통해 공유


IDTSRuntimeConnectionCollection90 Interface

Contains a collection of IDTSRuntimeConnectionCollection90 objects.

네임스페이스: Microsoft.SqlServer.Dts.Pipeline.Wrapper
어셈블리: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)

구문

‘선언
<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

주의

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.

플랫폼

개발 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

대상 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

참고 항목

참조

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