Элементы IDTSExternalMetadataColumnCollection100

Contains a collection of IDTSExternalMetadataColumn100 objects that represent the columns of an external data source.

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

Методы

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

В начало

Свойства

  Имя Описание
Открытое свойство Count Gets the number of elements contained in an IDTSExternalMetadataColumnCollection100.
Открытое свойство IsUsed Gets or sets a value that indicates whether the collection is populated by the component.
Открытое свойство Item Gets the IDTSExternalMetadataColumn100 object specified by the Index parameter.

В начало