IDTSComponentMetaData100.InputCollection 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取组件的对象集合 IDTSInput100 。
public:
property Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSInputCollection100 ^ InputCollection { Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSInputCollection100 ^ get(); };
[System.Runtime.InteropServices.DispId(102)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSInputCollection100 InputCollection { [System.Runtime.InteropServices.DispId(102)] get; }
[<System.Runtime.InteropServices.DispId(102)>]
[<get: System.Runtime.InteropServices.DispId(102)>]
member this.InputCollection : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSInputCollection100
Public ReadOnly Property InputCollection As IDTSInputCollection100
属性值
组件的 IDTSInputCollection100 集合。
- 属性
注解
该集合包含 IDTSInput100 组件定义的对象。 它可以用于访问、添加和移除集合中的输入对象。 通过调用 New 集合的方法创建并添加新的输入对象。 在程序性添加组件或修改数据流任务中的现有组件时,集合不应直接修改。 相反,应调用组件 CManagedComponentWrapperClass设计时实例的方法,即 。