IDTSVirtualInputColumnCollection100 Interface
Contains a collection of IDTSVirtualInputColumn100 columns.
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
| Name | Description | |
|---|---|---|
![]() | Count | Gets the number of IDTSVirtualInputColumn100 columns in a collection. |
![]() | Item[Object^] | Gets the IDTSVirtualInputColumn100 specified by the Index parameter. |
| Name | Description | |
|---|---|---|
![]() | FindObjectByID(Int32) | Locates the requested object in a collection by its ID. |
![]() | FindObjectIndexByID(Int32) | Locates the index of a requested object in a collection by its ID. |
![]() | GetEnumerator() | Returns an enumerator that can iterate through the collection of IDTSVirtualInputColumn100 objects. |
![]() | GetObjectByID(Int32) | Gets an IDTSVirtualInputColumn100 object having the specified ID. |
![]() | GetObjectIndexByID(Int32) | Gets the index of an IDTSVirtualInputColumn100 object in the collection. |
![]() | GetVirtualInputColumnByLineageID(Int32) | Gets an IDTSVirtualInputColumn100 object from the collection having the specified LineageID property. |
![]() | GetVirtualInputColumnByName(String^, String^) | Gets an IDTSVirtualInputColumn100 object having the specified name. |
![]() | SetIndex(Int32, Int32) | Changes the location of an IDTSVirtualInputColumn100 object in a collection. |
The IDTSVirtualInputColumnCollection100 contains a collection of IDTSVirtualInputColumn100 objects. Each of the virtual input columns in the collection represents an IDTSOutputColumn100 column in the IDTSOutput100 of an upstream component in the graph.

