Share via


IDTSComponentMetaData100.InputCollection 属性

定义

获取组件的 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的设计时实例 的方法。

适用于