Share via


IDTSComponentMetaData100.InputCollection 属性

定义

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

属性值

组件的 IDTSInputCollection100 集合。.

属性

注解

此集合包含 IDTSInput100 组件定义的 对象。 它可用于访问、添加和删除集合中的输入对象。 通过调用集合的 New 方法创建新的输入对象并将其添加到集合中。 以编程方式添加组件或修改数据流任务中的现有组件时,不应直接修改集合。 应改为调用组件的设计时实例 CManagedComponentWrapperClass 的方法。

适用于