IDTSInputCollection100 接口 
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
包含 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 IEnumerablePublic Interface IDTSInputCollection100
Implements IEnumerable- 属性
- 实现
注解
包含IDTSInputCollection100IDTSInput100数据流组件的对象。
属性
| Count | 获取 IDTSInput100 集合中 IDTSInputCollection100 对象的数目。 | 
| Item[Object] | 获取由  | 
方法
| FindObjectByID(Int32) | 按照其 ID 在集合中定位所请求的对象。 | 
| FindObjectIndexByID(Int32) | 按照其 ID 在集合中定位所请求对象的索引。 | 
| GetEnumerator() | 返回可遍历 IDTSInputCollection100 的枚举器。 | 
| GetObjectByID(Int32) | 从 IDTSInput100 集合中检索 IDTSInputCollection100 对象。 | 
| GetObjectIndexByID(Int32) | 检索集合中 IDTSInput100 对象的索引。 | 
| New() | 创建新的 IDTSInput100 对象并将其添加到 IDTSInputCollection100。 | 
| NewAt(Int32) | 在集合中的指定索引处添加新的输入对象。 | 
| RemoveAll() | 删除集合中的每个 IDTSInput100 对象。 | 
| RemoveObjectByID(Int32) | 从集合中删除由其 ID 指定的输入对象。 | 
| RemoveObjectByIndex(Object) | 从集合中删除输入对象。 | 
| SetIndex(Int32, Int32) | 更改 IDTSInput100 对象的位置。 |