IDTSPathCollection100 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
提供用于存储 IDTSPath100 对象的集合容器。
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
- 属性
- 实现
注解
IDTSPath100此集合中的每个对象表示数据流任务中的两个组件之间的连接或数据流。
首先通过在组件之间建立路径,方法是将新路径添加到集合,然后通过调用其 AttachPathAndPropagateNotifications 方法。
属性
Count |
获取集合中包含的 IDTSPath100 对象的数目。 |
Item[Object] |
获取由 |
方法
FindObjectByID(Int32) |
按照其 ID 在集合中定位所请求的对象。 |
FindObjectIndexByID(Int32) |
按照其 ID 在集合中定位所请求对象的索引。 |
GetEnumerator() |
返回可遍历 IDTSPathCollection100 的枚举器。 |
GetObjectByID(Int32) |
获取具有指定 ID 的 IDTSPathCollection100 对象。 |
GetObjectIndexByID(Int32) |
获取具有指定 ID 的 IDTSPath100 对象的索引。 |
New() |
创建新的 IDTSPath100 并将其添加到集合。 |
NewAt(Int32) |
在集合中的指定位置创建 IDTSPath100 对象。 |
RemoveAll() |
删除集合中的每个 IDTSPath100 对象。 |
RemoveObjectByID(Int32) |
删除由 ID 参数指定的 IDTSPath100 对象。 |
RemoveObjectByIndex(Object) |
删除位于指定索引处的 IDTSPath100 对象。 |
SetIndex(Int32, Int32) |
更改在 |