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

  Name Description
ms211467.pubproperty(en-US,SQL.90).gif Count Gets the number of elements contained in an IDTSExternalMetadataColumnCollection90.
ms211467.pubproperty(en-US,SQL.90).gif IsUsed Gets or sets a value that indicates whether the collection is populated by the component.
ms211467.pubproperty(en-US,SQL.90).gif Item Gets the IDTSExternalMetadataColumn90 object specified by the Index parameter.

Top

Public Methods

  Name Description
ms211467.pubmethod(en-US,SQL.90).gif FindObjectByID Locates an object in the collection by its ID.
ms211467.pubmethod(en-US,SQL.90).gif FindObjectIndexByID Locates the index of an object in the collection by its ID.
ms211467.pubmethod(en-US,SQL.90).gif GetEnumerator Returns an enumerator that can iterate through an IDTSExternalMetadataColumnCollection90.
ms211467.pubmethod(en-US,SQL.90).gif GetObjectByID Gets an IDTSExternalMetadataColumn90 object that has the specified ID.
ms211467.pubmethod(en-US,SQL.90).gif GetObjectIndexByID Gets the index of an IDTSExternalMetadataColumn90 object that has the specified ID.
ms211467.pubmethod(en-US,SQL.90).gif New Creates a new IDTSExternalMetadataColumn90 object and adds it to the end of a collection.
ms211467.pubmethod(en-US,SQL.90).gif NewAt Creates a new IDTSExternalMetadataColumn90 at the specified location in a collection.
ms211467.pubmethod(en-US,SQL.90).gif RemoveAll Deletes each IDTSExternalMetadataColumn90 object in a collection.
ms211467.pubmethod(en-US,SQL.90).gif RemoveObjectByID Removes an IDTSExternalMetadataColumn90 object that has the specified ID.
ms211467.pubmethod(en-US,SQL.90).gif RemoveObjectByIndex Removes an IDTSExternalMetadataColumn90 object at the specified index.
ms211467.pubmethod(en-US,SQL.90).gif SetIndex Changes the location in the collection of an IDTSExternalMetadataColumn90 object.

Top

See Also

Reference

IDTSExternalMetadataColumnCollection90 Interface
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace