IDTSVirtualInputColumnCollection100 Members
Include Protected Members
Include Inherited Members
Contains a collection of IDTSVirtualInputColumn100 columns.
The IDTSVirtualInputColumnCollection100 type exposes the following members.
Methods
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() | (Inherited from IEnumerable.) | |
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. |
Top
Properties
Name | Description | |
---|---|---|
Count | Gets the number of IDTSVirtualInputColumn100 columns in a collection. | |
Item[Object] | Gets the IDTSVirtualInputColumn100 specified by the Index parameter. |
Top