IDTSInputColumnCollection100 Interface

Contains a collection of IDTSInputColumn100 columns.

Namespace:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)

Syntax

'Declaration
<GuidAttribute("52AE2E1F-1747-4DE6-ABE4-41F87393FE36")> _
Public Interface IDTSInputColumnCollection100 _
    Inherits IEnumerable
'Usage
Dim instance As IDTSInputColumnCollection100
[GuidAttribute("52AE2E1F-1747-4DE6-ABE4-41F87393FE36")]
public interface IDTSInputColumnCollection100 : IEnumerable
[GuidAttribute(L"52AE2E1F-1747-4DE6-ABE4-41F87393FE36")]
public interface class IDTSInputColumnCollection100 : IEnumerable
[<GuidAttribute("52AE2E1F-1747-4DE6-ABE4-41F87393FE36")>]
type IDTSInputColumnCollection100 =  
    interface
        interface IEnumerable
    end
public interface IDTSInputColumnCollection100 extends IEnumerable

The IDTSInputColumnCollection100 type exposes the following members.

Properties

  Name Description
Public property Count Gets the number of columns contained in a collection.
Public property Item Gets the IDTSInputColumn100 object specified by the Index parameter.

Top

Methods

  Name Description
Public method FindObjectByID Locates the requested object in a collection by its ID.
Public method FindObjectIndexByID Locates the index of the requested object in a collection by its ID.
Public method GetEnumerator() (Inherited from IEnumerable.)
Public method GetEnumerator() Returns an enumerator that can iterate through an IDTSInputColumnCollection100.
Public method GetInputColumnByLineageID Retrieves an IDTSInputColumn100 object that has the specified lineage ID.
Public method GetInputColumnByName Retrieves an IDTSInputColumn100 object having the specified name.
Public method GetObjectByID Gets the IDTSInputColumn100 object having the specified ID.
Public method GetObjectIndexByID Gets the index of an IDTSInputColumn100 object that has the specified ID.
Public method New Creates a new IDTSInputColumn100 and adds it to a collection.
Public method NewAt Creates a new IDTSInputColumn100 object and adds it to a collection at the specified index.
Public method RemoveAll Deletes every IDTSInputColumnCollection100 object in a collection.
Public method RemoveObjectByID Deletes an IDTSInputColumn100 object specified by ID.
Public method RemoveObjectByIndex Deletes an IDTSInputColumn100 at the specified location in the collection.
Public method SetIndex Changes the location of an IDTSInputColumn100 object specified by the lOldIndex parameter.

Top

Remarks

The IDTSInputColumnCollection100 contains a collection of IDTSInputColumn100 objects. The collection provides the ability to add, delete, and enumerate the items in the collection.

The columns in the collection are typically inserted into the collection by calling the SetUsageType method of the design time interface. This method sets the UsageType property of a column and places it in the collection.