IDTSPathCollection100 Interface
Provides a collection container for storing IDTSPath100 objects.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)
Syntax
'Deklaracja
<GuidAttribute("7CBD8649-1FE1-47E3-982A-FEEFBAC69390")> _
<TypeLibTypeAttribute(4160)> _
<DefaultMemberAttribute("Item")> _
Public Interface IDTSPathCollection100
Inherits IEnumerable
[GuidAttribute("7CBD8649-1FE1-47E3-982A-FEEFBAC69390")]
[TypeLibTypeAttribute(4160)]
[DefaultMemberAttribute("Item")]
public interface IDTSPathCollection100 : IEnumerable
[GuidAttribute(L"7CBD8649-1FE1-47E3-982A-FEEFBAC69390")]
[TypeLibTypeAttribute(4160)]
[DefaultMemberAttribute(L"Item")]
public interface class IDTSPathCollection100 : IEnumerable
/** @attribute GuidAttribute("7CBD8649-1FE1-47E3-982A-FEEFBAC69390") */
/** @attribute TypeLibTypeAttribute(4160) */
/** @attribute DefaultMemberAttribute("Item") */
public interface IDTSPathCollection100 extends IEnumerable
GuidAttribute("7CBD8649-1FE1-47E3-982A-FEEFBAC69390")
TypeLibTypeAttribute(4160)
DefaultMemberAttribute("Item")
public interface IDTSPathCollection100 extends IEnumerable
Remarks
Each IDTSPath100 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.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.