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받는 열을 기반으로 열을 만듭니다.

속성

Count
Item[Object]

메서드

FindObjectByID(Int32)
FindObjectIndexByID(Int32)
GetEnumerator()
GetObjectByID(Int32)
GetObjectIndexByID(Int32)
GetOutputColumnByLineageID(Int32)
New()
NewAt(Int32)
RemoveAll()
RemoveObjectByID(Int32)
RemoveObjectByIndex(Object)
SetIndex(Int32, Int32)

적용 대상