IDTSInputColumnCollection100 接口

定义

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]

方法

FindObjectByID(Int32)
FindObjectIndexByID(Int32)
GetEnumerator()
GetInputColumnByLineageID(Int32)
GetInputColumnByName(String, String)
GetObjectByID(Int32)
GetObjectIndexByID(Int32)
New()
NewAt(Int32)
RemoveAll()
RemoveObjectByID(Int32)
RemoveObjectByIndex(Object)
SetIndex(Int32, Int32)

适用于