Share via


IDTSVirtualInputColumnCollection100 Members

Include Protected Members
Include Inherited Members

Contains a collection of IDTSVirtualInputColumn100 columns.

The IDTSVirtualInputColumnCollection100 type exposes the following members.

Methods

  Name Description
Public method FindObjectByID(Int32) Locates the requested object in a collection by its ID.
Public method FindObjectIndexByID(Int32) Locates the index of a requested object in a collection by its ID.
Public method GetEnumerator() (Inherited from IEnumerable.)
Public method GetEnumerator() Returns an enumerator that can iterate through the collection of IDTSVirtualInputColumn100 objects.
Public method GetObjectByID(Int32) Gets an IDTSVirtualInputColumn100 object having the specified ID.
Public method GetObjectIndexByID(Int32) Gets the index of an IDTSVirtualInputColumn100 object in the collection.
Public method GetVirtualInputColumnByLineageID(Int32) Gets an IDTSVirtualInputColumn100 object from the collection having the specified LineageID property.
Public method GetVirtualInputColumnByName(String, String) Gets an IDTSVirtualInputColumn100 object having the specified name.
Public method SetIndex(Int32, Int32) Changes the location of an IDTSVirtualInputColumn100 object in a collection.

Top

Properties

  Name Description
Public property Count Gets the number of IDTSVirtualInputColumn100 columns in a collection.
Public property Item[Object] Gets the IDTSVirtualInputColumn100 specified by the Index parameter.

Top