IDTSPathCollection100 Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides a collection container for storing IDTSPath100 objects.
public interface class IDTSPathCollection100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("6B1EED53-A314-4E82-8ADA-B0E8C7A8FA5A")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSPathCollection100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("104790ED-7431-4551-AAFA-2CA62272A78D")]
public interface IDTSPathCollection100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("3CAD48BA-1EEC-4537-930E-25026586A8C9")]
public interface IDTSPathCollection100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("6B1EED53-A314-4E82-8ADA-B0E8C7A8FA5A")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSPathCollection100 = interface
interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("104790ED-7431-4551-AAFA-2CA62272A78D")>]
type IDTSPathCollection100 = interface
interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("3CAD48BA-1EEC-4537-930E-25026586A8C9")>]
type IDTSPathCollection100 = interface
interface IEnumerable
Public Interface IDTSPathCollection100
Implements IEnumerable
- Attributes
- Implements
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.
Properties
Count |
Gets the number of IDTSPath100 objects contained in the collection. |
Item[Object] |
Gets the IDTSPathCollection100 object specified by the |
Methods
FindObjectByID(Int32) |
Locates the requested object in a collection by its ID. |
FindObjectIndexByID(Int32) |
Locates the index of the requested object in a collection by its ID. |
GetEnumerator() |
Returns an enumerator that can iterate through a IDTSPathCollection100. |
GetObjectByID(Int32) |
Gets the IDTSPathCollection100 object that has the specified ID. |
GetObjectIndexByID(Int32) |
Gets the index of the IDTSPath100 object that has the specified ID. |
New() |
Creates a new IDTSPath100 and adds it to a collection. |
NewAt(Int32) |
Creates an IDTSPath100 object at the specified location in a collection. |
RemoveAll() |
Deletes every IDTSPath100 object in a collection. |
RemoveObjectByID(Int32) |
Removes a IDTSPath100 object specified by the ID parameter. |
RemoveObjectByIndex(Object) |
Removes an IDTSPath100 object located at the specified index. |
SetIndex(Int32, Int32) |
Changes the location of an IDTSPath100 object specified at the |