다음을 통해 공유


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.

맨 위로 이동