IDTSOutputColumnCollection100 接口

定义

public interface class IDTSOutputColumnCollection100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("BCD65CD6-2CA9-428A-982A-D4405F51BE1D")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSOutputColumnCollection100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("BCD65CD6-2CA9-428A-982A-D4405F51BE1D")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSOutputColumnCollection100 = interface
    interface IEnumerable
Public Interface IDTSOutputColumnCollection100
Implements IEnumerable
属性
实现

注解

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

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

适用于