IDTSInputColumnCollection100 Interface

Definition

Contains a collection of IDTSInputColumn100 columns.

public interface class IDTSInputColumnCollection100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("8CE41D62-FEAD-4EFF-8810-7463B5A80F4C")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSInputColumnCollection100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("E53B51EF-A945-4F2D-A4D6-ABD74A9DAFEF")]
public interface IDTSInputColumnCollection100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("041DA657-647A-47CB-90F4-842D75E90075")]
public interface IDTSInputColumnCollection100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("8CE41D62-FEAD-4EFF-8810-7463B5A80F4C")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSInputColumnCollection100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("E53B51EF-A945-4F2D-A4D6-ABD74A9DAFEF")>]
type IDTSInputColumnCollection100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("041DA657-647A-47CB-90F4-842D75E90075")>]
type IDTSInputColumnCollection100 = interface
    interface IEnumerable
Public Interface IDTSInputColumnCollection100
Implements IEnumerable
Attributes
Implements

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.

Properties

Count

Gets the number of columns contained in a collection.

Item[Object]

Gets the IDTSInputColumn100 object specified by the Index parameter.

Methods

FindObjectByID(Int32)

Locates the requested object in a collection by its ID.

FindObjectIndexByID(Int32)

Locates the index of the requested object in a collection by its ID.

GetEnumerator()

Returns an enumerator that can iterate through an IDTSInputColumnCollection100.

GetInputColumnByLineageID(Int32)

Retrieves an IDTSInputColumn100 object that has the specified lineage ID.

GetInputColumnByName(String, String)

Retrieves an IDTSInputColumn100 object having the specified name.

GetObjectByID(Int32)

Gets the IDTSInputColumn100 object having the specified ID.

GetObjectIndexByID(Int32)

Gets the index of an IDTSInputColumn100 object that has the specified ID.

New()

Creates a new IDTSInputColumn100 and adds it to a collection.

NewAt(Int32)

Creates a new IDTSInputColumn100 object and adds it to a collection at the specified index.

RemoveAll()

Deletes every IDTSInputColumnCollection100 object in a collection.

RemoveObjectByID(Int32)

Deletes an IDTSInputColumn100 object specified by ID.

RemoveObjectByIndex(Object)

Deletes an IDTSInputColumn100 at the specified location in the collection.

SetIndex(Int32, Int32)

Changes the location of an IDTSInputColumn100 object specified by the lOldIndex parameter.

Applies to