Partager via


Membres IDTSExternalMetadataColumnCollection100

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

Le type IDTSExternalMetadataColumnCollection100 expose les membres suivants.

Méthodes

  Nom Description
Méthode publique FindObjectByID Locates an object in the collection by its ID.
Méthode publique FindObjectIndexByID Locates the index of an object in the collection by its ID.
Méthode publique GetEnumerator (Hérité de IEnumerable.)
Méthode publique GetEnumerator() () () () Returns an enumerator that can iterate through an IDTSExternalMetadataColumnCollection100.
Méthode publique GetObjectByID Gets an IDTSExternalMetadataColumn100 object that has the specified ID.
Méthode publique GetObjectIndexByID Gets the index of an IDTSExternalMetadataColumn100 object that has the specified ID.
Méthode publique New Creates a new IDTSExternalMetadataColumn100 object and adds it to the end of a collection.
Méthode publique NewAt Creates a new IDTSExternalMetadataColumn100 at the specified location in a collection.
Méthode publique RemoveAll Deletes each IDTSExternalMetadataColumn100 object in a collection.
Méthode publique RemoveObjectByID Removes an IDTSExternalMetadataColumn100 object that has the specified ID.
Méthode publique RemoveObjectByIndex Removes an IDTSExternalMetadataColumn100 object at the specified index.
Méthode publique SetIndex Changes the location in the collection of an IDTSExternalMetadataColumn100 object.

Haut de la page

Propriétés

  Nom Description
Propriété publique Count Gets the number of elements contained in an IDTSExternalMetadataColumnCollection100.
Propriété publique IsUsed Gets or sets a value that indicates whether the collection is populated by the component.
Propriété publique Item Gets the IDTSExternalMetadataColumn100 object specified by the Index parameter.

Haut de la page