IDTSVirtualInputColumnCollection100 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
包含一组 IDTSVirtualInputColumn100 列。
public interface class IDTSVirtualInputColumnCollection100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("0017B41D-CFFF-4BAE-9746-28E13A3FF874")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSVirtualInputColumnCollection100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("6E464A02-FC19-4BC2-B371-EBC026E535E6")]
public interface IDTSVirtualInputColumnCollection100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("F459FF19-A3FF-4CCC-A1BC-A76D87392B1A")]
public interface IDTSVirtualInputColumnCollection100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("0017B41D-CFFF-4BAE-9746-28E13A3FF874")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSVirtualInputColumnCollection100 = interface
interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("6E464A02-FC19-4BC2-B371-EBC026E535E6")>]
type IDTSVirtualInputColumnCollection100 = interface
interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("F459FF19-A3FF-4CCC-A1BC-A76D87392B1A")>]
type IDTSVirtualInputColumnCollection100 = interface
interface IEnumerable
Public Interface IDTSVirtualInputColumnCollection100
Implements IEnumerable
- 属性
- 实现
注解
IDTSVirtualInputColumnCollection100 包含 IDTSVirtualInputColumn100 对象的集合。 集合中的每个虚拟输入列代表图中上游组件中的一 IDTSOutputColumn100 列 IDTSOutput100 。
属性
| 名称 | 说明 |
|---|---|
| Count |
获取集合中的列数 IDTSVirtualInputColumn100 。 |
| Item[Object] |
得到 IDTSVirtualInputColumn100 参数指定的 |
方法
| 名称 | 说明 |
|---|---|
| FindObjectByID(Int32) |
通过 ID 在集合中定位请求对象。 |
| FindObjectIndexByID(Int32) |
通过 ID 定位集合中请求对象的索引。 |
| GetEnumerator() |
返回一个枚举器,可以遍历对象集合 IDTSVirtualInputColumn100 。 |
| GetObjectByID(Int32) |
获得 IDTSVirtualInputColumn100 一个具有指定ID的对象。 |
| GetObjectIndexByID(Int32) |
获取集合中对象的 IDTSVirtualInputColumn100 索引。 |
| GetVirtualInputColumnByLineageID(Int32) |
从集合中获取 IDTSVirtualInputColumn100 具有指定 LineageID 属性的对象。 |
| GetVirtualInputColumnByName(String, String) |
获得 IDTSVirtualInputColumn100 一个指定名称的对象。 |
| SetIndex(Int32, Int32) |
改变集合中对象的位置 IDTSVirtualInputColumn100 。 |