Элементы IDTSPathCollection100

Provides a collection container for storing IDTSPath100 objects.

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

Методы

  Имя Описание
Открытый метод 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 a IDTSPathCollection100.
Открытый метод GetObjectByID Gets the IDTSPathCollection100 object that has the specified ID.
Открытый метод GetObjectIndexByID Gets the index of the IDTSPath100 object that has the specified ID.
Открытый метод New Creates a new IDTSPath100 and adds it to a collection.
Открытый метод NewAt Creates an IDTSPath100 object at the specified location in a collection.
Открытый метод RemoveAll Deletes every IDTSPath100 object in a collection.
Открытый метод RemoveObjectByID Removes a IDTSPath100 object specified by the ID parameter.
Открытый метод RemoveObjectByIndex Removes an IDTSPath100 object located at the specified index.
Открытый метод SetIndex Changes the location of an IDTSPath100 object specified at the lOldIndex parameter.

В начало

Свойства

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

В начало