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] |
获取 IDTSPathCollection100 由 |
方法
| 名称 | 说明 |
|---|---|
| FindObjectByID(Int32) |
通过 ID 在集合中定位请求对象。 |
| FindObjectIndexByID(Int32) |
通过 ID 定位集合中请求对象的索引。 |
| GetEnumerator() |
返回一个枚举器,该枚举器可以循环访问 。IDTSPathCollection100 |
| GetObjectByID(Int32) |
获取 IDTSPathCollection100 具有指定ID的对象。 |
| GetObjectIndexByID(Int32) |
获取具有指定ID的 IDTSPath100 对象的索引。 |
| New() |
创建一个新建 IDTSPath100 的并添加到一个集合中。 |
| NewAt(Int32) |
在集合中指定位置创建 IDTSPath100 对象。 |
| RemoveAll() |
删除集合中的每个 IDTSPath100 对象。 |
| RemoveObjectByID(Int32) |
移除 IDTSPath100 由ID参数指定的对象。 |
| RemoveObjectByIndex(Object) |
移除位于指定索引处的 IDTSPath100 对象。 |
| SetIndex(Int32, Int32) |
更改参数中指定的 |