共用方式為


IDTSOutputColumnCollection100 成員

Contains a collection of IDTSOutputColumn100 columns.

IDTSOutputColumnCollection100 型別公開下列成員。

方法

  名稱 描述
公用方法 FindObjectByID Locates the requested object in a collection by its ID.
公用方法 FindObjectIndexByID Locates the index of the requested object in the collection by its ID.
公用方法 GetEnumerator (繼承自 IEnumerable。)
公用方法 GetEnumerator() () () () Returns an enumerator that can iterate through an output column collection.
公用方法 GetObjectByID Retrieves the output column object that has the specified ID from a collection.
公用方法 GetObjectIndexByID Retrieves the location of an output column in a collection.
公用方法 GetOutputColumnByLineageID Retrieves an output column object with the specified lineage ID from a collection.
公用方法 New Creates an output column object and adds it to a collection.
公用方法 NewAt Creates a new output column object and adds it to a collection at the specified index.
公用方法 RemoveAll Deletes all the output column objects from a collection.
公用方法 RemoveObjectByID Deletes the output column object with the specified ID from a collection.
公用方法 RemoveObjectByIndex Removes the IDTSOutputColumn100 object at the specified location in a collection.
公用方法 SetIndex Moves an output column to a new location in a collection.

頂端

屬性

  名稱 描述
公用屬性 Count Gets the number of IDTSOutput100 columns in the collection.
公用屬性 Item Gets the IDTSOutputColumn100 specified by the Index parameter.

頂端