Udostępnij przez


IDTSExternalMetadataColumnCollection100 Members

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

The following tables list the members exposed by the IDTSExternalMetadataColumnCollection100 type.

Public Properties

  Name Description
Bb523048.pubproperty(pl-pl,SQL.100).gif Count Gets the number of elements contained in an IDTSExternalMetadataColumnCollection100.
Bb523048.pubproperty(pl-pl,SQL.100).gif IsUsed Gets or sets a value that indicates whether the collection is populated by the component.
Bb523048.pubproperty(pl-pl,SQL.100).gif Item Gets the IDTSExternalMetadataColumn100 object specified by the Index parameter.

Top

Public Methods

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

Top