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


Элементы IDTSOutputCollection100

Contains a collection of IDTSOutput100 objects.

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

Методы

  Имя Описание
Открытый метод 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 IDTSOutputCollection100.
Открытый метод GetObjectByID Retrieves an IDTSOutput100 object that has the specified ID.
Открытый метод GetObjectIndexByID Retrieves the index of an IDTSInput100 that has the specified ID.
Открытый метод New Creates a new IDTSOutput100 object and adds it to an IDTSOutputColumnCollection100.
Открытый метод NewAt Creates a new IDTSOutput100 object and adds it to a collection at the specified Index.
Открытый метод RemoveAll Deletes each IDTSOutput100 object in a collection.
Открытый метод RemoveObjectByID Deletes an IDTSOutput100 specified by the lID parameter.
Открытый метод RemoveObjectByIndex Deletes an IDTSOutput100 at the specified location.
Открытый метод SetIndex Changes the location of an IDTSOutput100 object in the collection.

В начало

Свойства

  Имя Описание
Открытое свойство Count Gets the number of elements contained in an IDTSOutputCollection100.
Открытое свойство Item Gets the IDTSInput100 object specified by the Index parameter.

В начало