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.
Платформы
Платформы разработки
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
Целевые платформы
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
См. также
Справочник
IDTSRuntimeConnectionCollection90 Members
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace