语言

IDTSInputColumnCollection100 接口

定义

包含一组 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 IEnumerable
Public Interface IDTSInputColumnCollection100
Implements IEnumerable
属性
实现

注解

IDTSInputColumnCollection100 包含 IDTSInputColumn100 对象的集合。 该集合提供了添加、删除和枚举集合中项目的能力。

集合中的列通常通过调用 SetUsageType 设计时接口的方法插入到集合中。 该方法 UsageType 设置列的属性并将其置入集合中。

属性

名称 说明
Count

获取集合中包含的列数。

Item[Object]

获取 IDTSInputColumn100Index 参数指定的对象。

方法

名称 说明
FindObjectByID(Int32)

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

FindObjectIndexByID(Int32)

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

GetEnumerator()

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

GetInputColumnByLineageID(Int32)

检索 IDTSInputColumn100 具有指定血统ID的对象。

GetInputColumnByName(String, String)

检索 IDTSInputColumn100 具有指定名称的对象。

GetObjectByID(Int32)

获取 IDTSInputColumn100 具有指定ID的对象。

GetObjectIndexByID(Int32)

获取具有指定 ID 的对象的索引 IDTSInputColumn100

New()

创建一个新建 IDTSInputColumn100 的并添加到一个集合中。

NewAt(Int32)

创建一个新 IDTSInputColumn100 对象,并将其添加到指定的索引集合中。

RemoveAll()

删除集合中的每个 IDTSInputColumnCollection100 对象。

RemoveObjectByID(Int32)

删除 IDTSInputColumn100 由ID指定的对象。

RemoveObjectByIndex(Object)

在集合中指定的位置删除 a IDTSInputColumn100

SetIndex(Int32, Int32)

改变参数lOldIndex指定对象的位置IDTSInputColumn100

适用于