IDTSExternalMetadataColumnCollection100-Member

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

Der IDTSExternalMetadataColumnCollection100-Typ macht die folgenden Member verfügbar.

Methoden

  Name Beschreibung
Öffentliche Methode FindObjectByID Locates an object in the collection by its ID.
Öffentliche Methode FindObjectIndexByID Locates the index of an object in the collection by its ID.
Öffentliche Methode GetEnumerator (Geerbt von IEnumerable.)
Öffentliche Methode GetEnumerator() () () () Returns an enumerator that can iterate through an IDTSExternalMetadataColumnCollection100.
Öffentliche Methode GetObjectByID Gets an IDTSExternalMetadataColumn100 object that has the specified ID.
Öffentliche Methode GetObjectIndexByID Gets the index of an IDTSExternalMetadataColumn100 object that has the specified ID.
Öffentliche Methode New Creates a new IDTSExternalMetadataColumn100 object and adds it to the end of a collection.
Öffentliche Methode NewAt Creates a new IDTSExternalMetadataColumn100 at the specified location in a collection.
Öffentliche Methode RemoveAll Deletes each IDTSExternalMetadataColumn100 object in a collection.
Öffentliche Methode RemoveObjectByID Removes an IDTSExternalMetadataColumn100 object that has the specified ID.
Öffentliche Methode RemoveObjectByIndex Removes an IDTSExternalMetadataColumn100 object at the specified index.
Öffentliche Methode SetIndex Changes the location in the collection of an IDTSExternalMetadataColumn100 object.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Count Gets the number of elements contained in an IDTSExternalMetadataColumnCollection100.
Öffentliche Eigenschaft IsUsed Gets or sets a value that indicates whether the collection is populated by the component.
Öffentliche Eigenschaft Item Gets the IDTSExternalMetadataColumn100 object specified by the Index parameter.

Zum Anfang