共用方式為


IDTSCustomPropertyCollection100 成員

Contains a collection of IDTSCustomProperty100 objects.

IDTSCustomPropertyCollection100 型別公開下列成員。

方法

  名稱 描述
公用方法 FindObjectByID Locates a requested object in a collection by its ID.
公用方法 FindObjectIndexByID Locates the index of a requested object in a collection by its ID.
公用方法 GetEnumerator (繼承自 IEnumerable。)
公用方法 GetEnumerator() () () () Returns an enumerator that can iterate through an IDTSCustomPropertyCollection100.
公用方法 GetObjectByID Gets an IDTSCustomPropertyCollection100 object that has the specified ID.
公用方法 GetObjectIndexByID Gets the index of an IDTSCustomProperty100 object that has the specified ID.
公用方法 New Creates a new IDTSCustomProperty100 object and adds it to the end of the collection.
公用方法 NewAt Creates a new IDTSCustomProperty100 object at the specified location in the collection.
公用方法 RemoveAll Deletes each IDTSCustomProperty100 object in a collection.
公用方法 RemoveObjectByID Deletes an IDTSCustomProperty100 having the specified ID.
公用方法 RemoveObjectByIndex Deletes an IDTSCustomProperty100 object at the location specified by Index.
公用方法 SetIndex Changes the location of an IDTSCustomProperty100 object in a collection.

頂端

屬性

  名稱 描述
公用屬性 Count Gets the number of elements contained in an IDTSCustomPropertyCollection100.
公用屬性 Item Gets the IDTSCustomProperty100 specified by the Index parameter.

頂端