IDTSExternalMetadataColumnCollection100 成員

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

IDTSExternalMetadataColumnCollection100 型別公開下列成員。

方法

  名稱 描述
公用方法 FindObjectByID Locates an object in the collection by its ID.
公用方法 FindObjectIndexByID Locates the index of an object in the collection by its ID.
公用方法 GetEnumerator (繼承自 IEnumerable。)
公用方法 GetEnumerator() () () () Returns an enumerator that can iterate through an IDTSExternalMetadataColumnCollection100.
公用方法 GetObjectByID Gets an IDTSExternalMetadataColumn100 object that has the specified ID.
公用方法 GetObjectIndexByID 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 Creates a new IDTSExternalMetadataColumn100 at the specified location in a collection.
公用方法 RemoveAll Deletes each IDTSExternalMetadataColumn100 object in a collection.
公用方法 RemoveObjectByID Removes an IDTSExternalMetadataColumn100 object that has the specified ID.
公用方法 RemoveObjectByIndex Removes an IDTSExternalMetadataColumn100 object at the specified index.
公用方法 SetIndex Changes the location in the collection of an IDTSExternalMetadataColumn100 object.

頂端

屬性

  名稱 描述
公用屬性 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 Gets the IDTSExternalMetadataColumn100 object specified by the Index parameter.

頂端