IDTSComponentMetaData100.InputCollection 属性

定义

public:
 property Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2012::IDTSInputCollection100 ^ InputCollection { Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2012::IDTSInputCollection100 ^ get(); };
[System.Runtime.InteropServices.DispId(102)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012.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.Sql2012.IDTSInputCollection100
Public ReadOnly Property InputCollection As IDTSInputCollection100

属性值

组件的IDTSInputCollection100集合。

属性

注解

该集合包含组件定义的IDTSInput100对象。 它可以用于访问、添加和移除集合中的输入对象。 通过调用集合的新方法创建并添加新的输入对象。 在程序性添加组件或修改数据流任务中的现有组件时,集合不应直接修改。 相反,应该调用组件设计时实例的方法 CManagedComponentWrapperClass。

适用于