다음을 통해 공유


IDTSPathCollection90 Interface

Provides a collection container for storing IDTSPath90 objects.

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

구문

‘선언
<DefaultMemberAttribute("Item")> _
<GuidAttribute("054A07E8-BC68-4B40-8804-92066974535D")> _
<TypeLibTypeAttribute(4160)> _
Public Interface IDTSPathCollection90
    Inherits IEnumerable
[DefaultMemberAttribute("Item")] 
[GuidAttribute("054A07E8-BC68-4B40-8804-92066974535D")] 
[TypeLibTypeAttribute(4160)] 
public interface IDTSPathCollection90 : IEnumerable
[DefaultMemberAttribute(L"Item")] 
[GuidAttribute(L"054A07E8-BC68-4B40-8804-92066974535D")] 
[TypeLibTypeAttribute(4160)] 
public interface class IDTSPathCollection90 : IEnumerable
/** @attribute DefaultMemberAttribute("Item") */ 
/** @attribute GuidAttribute("054A07E8-BC68-4B40-8804-92066974535D") */ 
/** @attribute TypeLibTypeAttribute(4160) */ 
public interface IDTSPathCollection90 extends IEnumerable
DefaultMemberAttribute("Item") 
GuidAttribute("054A07E8-BC68-4B40-8804-92066974535D") 
TypeLibTypeAttribute(4160) 
public interface IDTSPathCollection90 extends IEnumerable

주의

Each IDTSPath90 object in this collection represents a connection, or flow of data, between two components in the data flow task.

Paths are established between components first by adding the new path to the collection, and then by calling its AttachPathAndPropagateNotifications method.

플랫폼

개발 플랫폼

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

대상 플랫폼

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

참고 항목

참조

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