IDTSInputColumnCollection100 接口  
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
包含 IDTSInputColumn100 列的集合。
public interface class IDTSInputColumnCollection100 : System::Collections::IEnumerable[System.Runtime.InteropServices.Guid("8CE41D62-FEAD-4EFF-8810-7463B5A80F4C")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSInputColumnCollection100 : System.Collections.IEnumerable[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("E53B51EF-A945-4F2D-A4D6-ABD74A9DAFEF")]
public interface IDTSInputColumnCollection100 : System.Collections.IEnumerable[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("041DA657-647A-47CB-90F4-842D75E90075")]
public interface IDTSInputColumnCollection100 : System.Collections.IEnumerable[<System.Runtime.InteropServices.Guid("8CE41D62-FEAD-4EFF-8810-7463B5A80F4C")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSInputColumnCollection100 = interface
    interface IEnumerable[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("E53B51EF-A945-4F2D-A4D6-ABD74A9DAFEF")>]
type IDTSInputColumnCollection100 = interface
    interface IEnumerable[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("041DA657-647A-47CB-90F4-842D75E90075")>]
type IDTSInputColumnCollection100 = interface
    interface IEnumerablePublic Interface IDTSInputColumnCollection100
Implements IEnumerable- 属性
- 实现
注解
IDTSInputColumnCollection100 包含 IDTSInputColumn100 对象的集合。 该集合提供添加、删除和枚举集合中的项的功能。
集合中的列通常通过调用 SetUsageType 设计时接口的方法插入到集合中。 此方法设置 UsageType 列的属性并将其放置在集合中。
属性
| Count | 获取集合中所含列的数目。 | 
| Item[Object] | 获取由  | 
方法
| FindObjectByID(Int32) | 按照其 ID 在集合中定位所请求的对象。 | 
| FindObjectIndexByID(Int32) | 按照其 ID 在集合中定位所请求对象的索引。 | 
| GetEnumerator() | 返回可遍历 IDTSInputColumnCollection100 的枚举器。 | 
| GetInputColumnByLineageID(Int32) | 检索具有指定沿袭 ID 的 IDTSInputColumn100 对象。 | 
| GetInputColumnByName(String, String) | 检索具有指定名称的 IDTSInputColumn100 对象。 | 
| GetObjectByID(Int32) | 获取具有指定 ID 的 IDTSInputColumn100 对象。 | 
| GetObjectIndexByID(Int32) | 获取具有指定 ID 的 IDTSInputColumn100 对象的索引。 | 
| New() | 创建新的 IDTSInputColumn100 并将其添加到集合。 | 
| NewAt(Int32) | 创建新的 IDTSInputColumn100 对象并将其添加到集合中的指定索引处。 | 
| RemoveAll() | 删除集合中的每个 IDTSInputColumnCollection100 对象。 | 
| RemoveObjectByID(Int32) | 删除由 ID 指定的 IDTSInputColumn100 对象。 | 
| RemoveObjectByIndex(Object) | 删除集合中指定位置的 IDTSInputColumn100。 | 
| SetIndex(Int32, Int32) | 更改由  |