IDTSComponentMetaData100.InputCollection Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Property Value
The IDTSInputCollection100 collection of the component.
- Attributes
Remarks
This collection contains the IDTSInput100 objects defined by the component. It can be used to access, add, and remove input objects from the collection. New input objects are created and added to the collection by calling the New method of the collection. When programmatically adding a component or modifying an existing component in a data flow task, the collection should not be modified directly. Instead the methods of the design-time instance of the component, CManagedComponentWrapperClass, should be called.