IDTSExternalMetadataColumnCollection100 Members

Include Protected Members
Include Inherited Members

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

The IDTSExternalMetadataColumnCollection100 type exposes the following members.

Methods

  Name Description
Public method FindObjectByID(Int32) Locates an object in the collection by its ID.
Public method FindObjectIndexByID(Int32) Locates the index of an object in the collection by its ID.
Public method GetEnumerator() (Inherited from IEnumerable.)
Public method GetEnumerator() Returns an enumerator that can iterate through an IDTSExternalMetadataColumnCollection100.
Public method GetObjectByID(Int32) Gets an IDTSExternalMetadataColumn100 object that has the specified ID.
Public method GetObjectIndexByID(Int32) Gets the index of an IDTSExternalMetadataColumn100 object that has the specified ID.
Public method New() Creates a new IDTSExternalMetadataColumn100 object and adds it to the end of a collection.
Public method NewAt(Int32) Creates a new IDTSExternalMetadataColumn100 at the specified location in a collection.
Public method RemoveAll() Deletes each IDTSExternalMetadataColumn100 object in a collection.
Public method RemoveObjectByID(Int32) Removes an IDTSExternalMetadataColumn100 object that has the specified ID.
Public method RemoveObjectByIndex(Object) Removes an IDTSExternalMetadataColumn100 object at the specified index.
Public method SetIndex(Int32, Int32) Changes the location in the collection of an IDTSExternalMetadataColumn100 object.

Top

Properties

  Name Description
Public property Count Gets the number of elements contained in an IDTSExternalMetadataColumnCollection100.
Public property IsUsed Gets or sets a value that indicates whether the collection is populated by the component.
Public property Item[Object] Gets the IDTSExternalMetadataColumn100 object specified by the Index parameter.

Top