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 | |
---|---|---|
FindObjectByID(Int32) | Locates an object in the collection by its ID. | |
FindObjectIndexByID(Int32) | Locates the index of an object in the collection by its ID. | |
GetEnumerator() | (Inherited from IEnumerable.) | |
GetEnumerator() | Returns an enumerator that can iterate through an IDTSExternalMetadataColumnCollection100. | |
GetObjectByID(Int32) | Gets an IDTSExternalMetadataColumn100 object that has the specified ID. | |
GetObjectIndexByID(Int32) | Gets the index of an IDTSExternalMetadataColumn100 object that has the specified ID. | |
New() | Creates a new IDTSExternalMetadataColumn100 object and adds it to the end of a collection. | |
NewAt(Int32) | Creates a new IDTSExternalMetadataColumn100 at the specified location in a collection. | |
RemoveAll() | Deletes each IDTSExternalMetadataColumn100 object in a collection. | |
RemoveObjectByID(Int32) | Removes an IDTSExternalMetadataColumn100 object that has the specified ID. | |
RemoveObjectByIndex(Object) | Removes an IDTSExternalMetadataColumn100 object at the specified index. | |
SetIndex(Int32, Int32) | Changes the location in the collection of an IDTSExternalMetadataColumn100 object. |
Top
Properties
Name | Description | |
---|---|---|
Count | Gets the number of elements contained in an IDTSExternalMetadataColumnCollection100. | |
IsUsed | Gets or sets a value that indicates whether the collection is populated by the component. | |
Item[Object] | Gets the IDTSExternalMetadataColumn100 object specified by the Index parameter. |
Top