IDTSExternalMetadataColumnCollection90 Members
Contains a collection of IDTSExternalMetadataColumn90 objects that represent the columns of an external data source.
The following tables list the members exposed by the IDTSExternalMetadataColumnCollection90 type.
Public Properties
Nombre | Description | |
---|---|---|
Count | Gets the number of elements contained in an IDTSExternalMetadataColumnCollection90. | |
IsUsed | Gets or sets a value that indicates whether the collection is populated by the component. | |
Item | Gets the IDTSExternalMetadataColumn90 object specified by the Index parameter. |
Arriba
Public Methods
Nombre | Description | |
---|---|---|
FindObjectByID | Locates an object in the collection by its ID. | |
FindObjectIndexByID | Locates the index of an object in the collection by its ID. | |
GetEnumerator | Returns an enumerator that can iterate through an IDTSExternalMetadataColumnCollection90. | |
GetObjectByID | Gets an IDTSExternalMetadataColumn90 object that has the specified ID. | |
GetObjectIndexByID | Gets the index of an IDTSExternalMetadataColumn90 object that has the specified ID. | |
New | Creates a new IDTSExternalMetadataColumn90 object and adds it to the end of a collection. | |
NewAt | Creates a new IDTSExternalMetadataColumn90 at the specified location in a collection. | |
RemoveAll | Deletes each IDTSExternalMetadataColumn90 object in a collection. | |
RemoveObjectByID | Removes an IDTSExternalMetadataColumn90 object that has the specified ID. | |
RemoveObjectByIndex | Removes an IDTSExternalMetadataColumn90 object at the specified index. | |
SetIndex | Changes the location in the collection of an IDTSExternalMetadataColumn90 object. |
Arriba
Vea también
Referencia
IDTSExternalMetadataColumnCollection90 Interface
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace