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


Элементы IDTSOutputColumnCollection100

Contains a collection of IDTSOutputColumn100 columns.

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

Методы

  Имя Описание
Открытый метод FindObjectByID Locates the requested object in a collection by its ID.
Открытый метод FindObjectIndexByID Locates the index of the requested object in the collection by its ID.
Открытый метод GetEnumerator (Наследуется из IEnumerable.)
Открытый метод GetEnumerator() () () () Returns an enumerator that can iterate through an output column collection.
Открытый метод GetObjectByID Retrieves the output column object that has the specified ID from a collection.
Открытый метод GetObjectIndexByID Retrieves the location of an output column in a collection.
Открытый метод GetOutputColumnByLineageID Retrieves an output column object with the specified lineage ID from a collection.
Открытый метод New Creates an output column object and adds it to a collection.
Открытый метод NewAt Creates a new output column object and adds it to a collection at the specified index.
Открытый метод RemoveAll Deletes all the output column objects from a collection.
Открытый метод RemoveObjectByID Deletes the output column object with the specified ID from a collection.
Открытый метод RemoveObjectByIndex Removes the IDTSOutputColumn100 object at the specified location in a collection.
Открытый метод SetIndex Moves an output column to a new location in a collection.

В начало

Свойства

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

В начало