IDTSInputCollection100 接口

定义

包含 IDTSInput100 对象的集合。

public interface class IDTSInputCollection100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("7A65EF9B-E977-4F95-A439-5C6DFB61EC46")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSInputCollection100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("71BFDC2E-A20F-4258-879B-4D3A81EAB106")]
public interface IDTSInputCollection100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("D8AA4195-2D83-4507-8CFB-7DD5D26550DF")]
public interface IDTSInputCollection100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("7A65EF9B-E977-4F95-A439-5C6DFB61EC46")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSInputCollection100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("71BFDC2E-A20F-4258-879B-4D3A81EAB106")>]
type IDTSInputCollection100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("D8AA4195-2D83-4507-8CFB-7DD5D26550DF")>]
type IDTSInputCollection100 = interface
    interface IEnumerable
Public Interface IDTSInputCollection100
Implements IEnumerable
属性
实现

注解

包含IDTSInputCollection100IDTSInput100数据流组件的对象。

属性

名称 说明
Count

获取集合中的IDTSInputCollection100对象数量IDTSInput100

Item[Object]

获取 IDTSInput100Index 参数指定的对象。

方法

名称 说明
FindObjectByID(Int32)

通过 ID 在集合中定位请求对象。

FindObjectIndexByID(Int32)

通过 ID 定位集合中请求对象的索引。

GetEnumerator()

返回一个枚举器,可以遍历 。IDTSInputCollection100

GetObjectByID(Int32)

IDTSInputCollection100集合中检索对象IDTSInput100

GetObjectIndexByID(Int32)

检索集合中对象的索引 IDTSInput100

New()

创建一个新 IDTSInput100 对象并将其添加到一个 IDTSInputCollection100

NewAt(Int32)

在集合中指定的索引处添加一个新的输入对象。

RemoveAll()

从集合中删除每个 IDTSInput100 对象。

RemoveObjectByID(Int32)

从集合中移除由其 ID 指定的输入对象。

RemoveObjectByIndex(Object)

从集合中删除输入对象。

SetIndex(Int32, Int32)

改变物体的位置 IDTSInput100

适用于