Compartilhar via


Membros IDTSExternalMetadataColumnCollection100

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

O tipo IDTSExternalMetadataColumnCollection100 expõe os seguintes membros.

Métodos

  Nome Descrição
Método público FindObjectByID Locates an object in the collection by its ID.
Método público FindObjectIndexByID Locates the index of an object in the collection by its ID.
Método público GetEnumerator (Herdado de IEnumerable.)
Método público GetEnumerator() () () () Returns an enumerator that can iterate through an IDTSExternalMetadataColumnCollection100.
Método público GetObjectByID Gets an IDTSExternalMetadataColumn100 object that has the specified ID.
Método público GetObjectIndexByID Gets the index of an IDTSExternalMetadataColumn100 object that has the specified ID.
Método público New Creates a new IDTSExternalMetadataColumn100 object and adds it to the end of a collection.
Método público NewAt Creates a new IDTSExternalMetadataColumn100 at the specified location in a collection.
Método público RemoveAll Deletes each IDTSExternalMetadataColumn100 object in a collection.
Método público RemoveObjectByID Removes an IDTSExternalMetadataColumn100 object that has the specified ID.
Método público RemoveObjectByIndex Removes an IDTSExternalMetadataColumn100 object at the specified index.
Método público SetIndex Changes the location in the collection of an IDTSExternalMetadataColumn100 object.

Início

Propriedades

  Nome Descrição
Propriedade pública Count Gets the number of elements contained in an IDTSExternalMetadataColumnCollection100.
Propriedade pública IsUsed Gets or sets a value that indicates whether the collection is populated by the component.
Propriedade pública Item Gets the IDTSExternalMetadataColumn100 object specified by the Index parameter.

Início