Поделиться через


Элементы IDTSInputColumnCollection100

Contains a collection of IDTSInputColumn100 columns.

Тип IDTSInputColumnCollection100 предоставляет доступ к следующим элементам.

Методы

  Имя Описание
Открытый метод FindObjectByID Locates the requested object in a collection by its ID.
Открытый метод FindObjectIndexByID Locates the index of the requested object in a collection by its ID.
Открытый метод GetEnumerator (Наследуется из IEnumerable.)
Открытый метод GetEnumerator() () () () Returns an enumerator that can iterate through an IDTSInputColumnCollection100.
Открытый метод GetInputColumnByLineageID Retrieves an IDTSInputColumn100 object that has the specified lineage ID.
Открытый метод GetInputColumnByName Retrieves an IDTSInputColumn100 object having the specified name.
Открытый метод GetObjectByID Gets the IDTSInputColumn100 object having the specified ID.
Открытый метод GetObjectIndexByID Gets the index of an IDTSInputColumn100 object that has the specified ID.
Открытый метод New Creates a new IDTSInputColumn100 and adds it to a collection.
Открытый метод NewAt Creates a new IDTSInputColumn100 object and adds it to a collection at the specified index.
Открытый метод RemoveAll Deletes every IDTSInputColumnCollection100 object in a collection.
Открытый метод RemoveObjectByID Deletes an IDTSInputColumn100 object specified by ID.
Открытый метод RemoveObjectByIndex Deletes an IDTSInputColumn100 at the specified location in the collection.
Открытый метод SetIndex Changes the location of an IDTSInputColumn100 object specified by the lOldIndex parameter.

В начало

Свойства

  Имя Описание
Открытое свойство Count Gets the number of columns contained in a collection.
Открытое свойство Item Gets the IDTSInputColumn100 object specified by the Index parameter.

В начало