Compartir a través de


IDTSExternalMetadataColumnCollection100 Miembros

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

El tipo IDTSExternalMetadataColumnCollection100 expone los siguientes miembros.

Métodos

  Nombre Descripción
Método publico FindObjectByID Locates an object in the collection by its ID.
Método publico FindObjectIndexByID Locates the index of an object in the collection by its ID.
Método publico GetEnumerator (Se hereda de IEnumerable).
Método publico GetEnumerator() () () () Returns an enumerator that can iterate through an IDTSExternalMetadataColumnCollection100.
Método publico GetObjectByID Gets an IDTSExternalMetadataColumn100 object that has the specified ID.
Método publico GetObjectIndexByID Gets the index of an IDTSExternalMetadataColumn100 object that has the specified ID.
Método publico New Creates a new IDTSExternalMetadataColumn100 object and adds it to the end of a collection.
Método publico NewAt Creates a new IDTSExternalMetadataColumn100 at the specified location in a collection.
Método publico RemoveAll Deletes each IDTSExternalMetadataColumn100 object in a collection.
Método publico RemoveObjectByID Removes an IDTSExternalMetadataColumn100 object that has the specified ID.
Método publico RemoveObjectByIndex Removes an IDTSExternalMetadataColumn100 object at the specified index.
Método publico SetIndex Changes the location in the collection of an IDTSExternalMetadataColumn100 object.

Principio

Propiedades

  Nombre Descripción
Propiedad pública Count Gets the number of elements contained in an IDTSExternalMetadataColumnCollection100.
Propiedad pública IsUsed Gets or sets a value that indicates whether the collection is populated by the component.
Propiedad pública Item Gets the IDTSExternalMetadataColumn100 object specified by the Index parameter.

Principio