Membri IDTSExternalMetadataColumnCollection100

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

Il tipo IDTSExternalMetadataColumnCollection100 espone i membri seguenti.

Metodi

  Nome Descrizione
Metodo pubblico FindObjectByID Locates an object in the collection by its ID.
Metodo pubblico FindObjectIndexByID Locates the index of an object in the collection by its ID.
Metodo pubblico GetEnumerator (Ereditato da IEnumerable).
Metodo pubblico GetEnumerator() () () () Returns an enumerator that can iterate through an IDTSExternalMetadataColumnCollection100.
Metodo pubblico GetObjectByID Gets an IDTSExternalMetadataColumn100 object that has the specified ID.
Metodo pubblico GetObjectIndexByID Gets the index of an IDTSExternalMetadataColumn100 object that has the specified ID.
Metodo pubblico New Creates a new IDTSExternalMetadataColumn100 object and adds it to the end of a collection.
Metodo pubblico NewAt Creates a new IDTSExternalMetadataColumn100 at the specified location in a collection.
Metodo pubblico RemoveAll Deletes each IDTSExternalMetadataColumn100 object in a collection.
Metodo pubblico RemoveObjectByID Removes an IDTSExternalMetadataColumn100 object that has the specified ID.
Metodo pubblico RemoveObjectByIndex Removes an IDTSExternalMetadataColumn100 object at the specified index.
Metodo pubblico SetIndex Changes the location in the collection of an IDTSExternalMetadataColumn100 object.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica Count Gets the number of elements contained in an IDTSExternalMetadataColumnCollection100.
Proprietà pubblica IsUsed Gets or sets a value that indicates whether the collection is populated by the component.
Proprietà pubblica Item Gets the IDTSExternalMetadataColumn100 object specified by the Index parameter.

In alto