IDTSOutputColumnCollection100 接口  
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
包含 IDTSOutputColumn100 列的集合。
public interface class IDTSOutputColumnCollection100 : System::Collections::IEnumerable
	[System.Runtime.InteropServices.Guid("E7E03F27-9D77-4DA8-B574-E0AD5F1D8310")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSOutputColumnCollection100 : System.Collections.IEnumerable
	[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("1C544979-50D5-4465-8872-CDD1CE54270A")]
public interface IDTSOutputColumnCollection100 : System.Collections.IEnumerable
	[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("682C4AB4-9B7F-4A06-B6A4-C149D84697CC")]
public interface IDTSOutputColumnCollection100 : System.Collections.IEnumerable
	[<System.Runtime.InteropServices.Guid("E7E03F27-9D77-4DA8-B574-E0AD5F1D8310")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSOutputColumnCollection100 = interface
    interface IEnumerable
	[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("1C544979-50D5-4465-8872-CDD1CE54270A")>]
type IDTSOutputColumnCollection100 = interface
    interface IEnumerable
	[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("682C4AB4-9B7F-4A06-B6A4-C149D84697CC")>]
type IDTSOutputColumnCollection100 = interface
    interface IEnumerable
	Public Interface IDTSOutputColumnCollection100
Implements IEnumerable
	- 属性
 
- 实现
 
注解
IDTSOutputColumnCollection100 包含 IDTSOutputColumn100 对象的集合。 此集合中的列表示组件向下游组件提供的列。
包含集合的组件可以是源组件,这意味着它基于外部数据源添加列,也可以是一个转换,这意味着它基于其接收 IDTSInput100的列创建列。
属性
| Count | 
		 获取集合中 IDTSOutput100 列的数目。  | 
        	
| Item[Object] | 
		 获取由   | 
        	
方法
| FindObjectByID(Int32) | 
		 按照其 ID 在集合中定位所请求的对象。  | 
        	
| FindObjectIndexByID(Int32) | 
		 按照其 ID 在集合中定位所请求对象的索引。  | 
        	
| GetEnumerator() | 
		 返回可遍历输出列集合的枚举器。  | 
        	
| GetObjectByID(Int32) | 
		 从集合中检索具有指定 ID 的输出列对象。  | 
        	
| GetObjectIndexByID(Int32) | 
		 检索集合中某输出列的位置。  | 
        	
| GetOutputColumnByLineageID(Int32) | 
		 从集合中检索具有指定沿袭 ID 的输出列对象。  | 
        	
| New() | 
		 创建输出列对象并将其添加到集合。  | 
        	
| NewAt(Int32) | 
		 创建新的输出列对象并将其添加到集合中的指定索引处。  | 
        	
| RemoveAll() | 
		 从集合中删除所有输出列对象。  | 
        	
| RemoveObjectByID(Int32) | 
		 从集合中删除具有指定 ID 的输出列对象。  | 
        	
| RemoveObjectByIndex(Object) | 
		 删除集合中指定位置的 IDTSOutputColumn100 对象。  | 
        	
| SetIndex(Int32, Int32) | 
		 将输出列移至集合中的新位置。  |