Элементы IDTSCustomPropertyCollection100

Contains a collection of IDTSCustomProperty100 objects.

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

Методы

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

В начало

Свойства

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

В начало