IDTSOutputColumnCollection100 인터페이스

정의

public interface class IDTSOutputColumnCollection100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("BC942FEC-2CEA-4665-A291-38200A0C959F")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSOutputColumnCollection100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("BC942FEC-2CEA-4665-A291-38200A0C959F")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSOutputColumnCollection100 = interface
    interface IEnumerable
Public Interface IDTSOutputColumnCollection100
Implements IEnumerable
특성
구현

설명

IDTSOutputColumnCollection100은 객체들의 IDTSOutputColumn100 집합을 포함합니다. 이 컬렉션의 열은 구성 요소가 하위 구성 요소에 제공하는 열을 나타냅니다.

컬렉션을 포함하는 컴포넌트는 소스 컴포넌트일 수도 있는데, 이는 외부 데이터 소스를 기반으로 열을 추가하는 것이고, 변환일 수도 있는데, 변환은 자신이 받은 IDTSInput100열을 기반으로 컬럼을 생성하는 것이었다.

적용 대상