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.

맨 위로 이동