语言

IDTSOutputColumnCollection100 接口

定义

包含一组 IDTSOutputColumn100 列。

public interface class IDTSOutputColumnCollection100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("E7E03F27-9D77-4DA8-B574-E0AD5F1D8310")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSOutputColumnCollection100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("1C544979-50D5-4465-8872-CDD1CE54270A")]
public interface IDTSOutputColumnCollection100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("682C4AB4-9B7F-4A06-B6A4-C149D84697CC")]
public interface IDTSOutputColumnCollection100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("E7E03F27-9D77-4DA8-B574-E0AD5F1D8310")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSOutputColumnCollection100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("1C544979-50D5-4465-8872-CDD1CE54270A")>]
type IDTSOutputColumnCollection100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("682C4AB4-9B7F-4A06-B6A4-C149D84697CC")>]
type IDTSOutputColumnCollection100 = interface
    interface IEnumerable
Public Interface IDTSOutputColumnCollection100
Implements IEnumerable
属性
实现

注解

IDTSOutputColumnCollection100 包含 IDTSOutputColumn100 对象的集合。 该集合中的列代表组件向下游组件提供的列。

包含该集合的组件可以是源组件,意味着它基于外部数据源添加列,也可以是变换组件,意味着它根据收到的列 IDTSInput100创建列。

属性

名称 说明
Count

获取集合中的列数 IDTSOutput100

Item[Object]

得到 IDTSOutputColumn100 参数指定的 Index

方法

名称 说明
FindObjectByID(Int32)

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

FindObjectIndexByID(Int32)

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

GetEnumerator()

返回一个枚举器,可以遍历输出列集合。

GetObjectByID(Int32)

从集合中获取具有指定ID的输出列对象。

GetObjectIndexByID(Int32)

检索集合中输出列的位置。

GetOutputColumnByLineageID(Int32)

从集合中获取带有指定血统ID的输出列对象。

New()

创建输出列对象并将其添加到集合中。

NewAt(Int32)

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

RemoveAll()

删除集合中所有输出列对象。

RemoveObjectByID(Int32)

从集合中删除带有指定ID的输出列对象。

RemoveObjectByIndex(Object)

在集合中指定位置移除 IDTSOutputColumn100 对象。

SetIndex(Int32, Int32)

将输出列移动到集合中的新位置。

适用于