IDTSInputColumnCollection100 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public interface class IDTSInputColumnCollection100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("24244D48-2764-4F79-8E33-4C9A7B8D4E2D")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSInputColumnCollection100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("24244D48-2764-4F79-8E33-4C9A7B8D4E2D")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSInputColumnCollection100 = interface
interface IEnumerable
Public Interface IDTSInputColumnCollection100
Implements IEnumerable
- 属性
- 实现
注解
IDTSInputColumnCollection100包含一组 IDTSInputColumn100 对象。 该集合提供了添加、删除和枚举集合中项目的能力。
集合中的列通常通过调用 SetUsageType 设计时接口的方法插入到集合中。 该方法 UsageType 设置列的属性并将其置入集合中。
属性
| 名称 | 说明 |
|---|---|
| Count | |
| Item[Object] | |