IDTSOutputColumnCollection100 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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创建列。
属性
| 名称 | 说明 |
|---|---|
| Count | |
| Item[Object] | |