IDTSOutputColumnCollection100 인터페이스

정의

IDTSOutputColumn100 열의 컬렉션을 포함합니다.

public interface class IDTSOutputColumnCollection100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("E7E03F27-9D77-4DA8-B574-E0AD5F1D8310")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSOutputColumnCollection100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("1C544979-50D5-4465-8872-CDD1CE54270A")]
public interface IDTSOutputColumnCollection100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("682C4AB4-9B7F-4A06-B6A4-C149D84697CC")]
public interface IDTSOutputColumnCollection100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("E7E03F27-9D77-4DA8-B574-E0AD5F1D8310")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSOutputColumnCollection100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("1C544979-50D5-4465-8872-CDD1CE54270A")>]
type IDTSOutputColumnCollection100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("682C4AB4-9B7F-4A06-B6A4-C149D84697CC")>]
type IDTSOutputColumnCollection100 = interface
    interface IEnumerable
Public Interface IDTSOutputColumnCollection100
Implements IEnumerable
특성
구현

설명

IDTSOutputColumnCollection100에는 IDTSOutputColumn100 개체의 컬렉션이 포함됩니다. 이 컬렉션의 열은 구성 요소가 다운스트림 구성 요소에 사용할 수 있도록 하는 열을 나타냅니다.

컬렉션을 포함하는 구성 요소는 원본 구성 요소일 수 있습니다. 즉, 외부 데이터 원본을 기반으로 열을 추가하거나 변환이 될 수 있습니다. 즉, 컬렉션에서 IDTSInput100받는 열을 기반으로 열을 만듭니다.

속성

Count

컬렉션의 IDTSOutput100 열 수를 가져옵니다.

Item[Object]

Index 매개 변수로 지정된 IDTSOutputColumn100을 가져옵니다.

메서드

FindObjectByID(Int32)

컬렉션에서 요청된 개체를 해당 ID로 찾습니다.

FindObjectIndexByID(Int32)

컬렉션에서 요청된 개체의 인덱스를 해당 ID로 찾습니다.

GetEnumerator()

출력 열 컬렉션을 반복할 수 있는 열거자를 반환합니다.

GetObjectByID(Int32)

컬렉션에서 지정된 ID의 출력 열 개체를 검색합니다.

GetObjectIndexByID(Int32)

컬렉션에서 출력 열의 위치를 검색합니다.

GetOutputColumnByLineageID(Int32)

컬렉션에서 지정한 계보 ID의 출력 열 개체를 검색합니다.

New()

출력 열 개체를 만들어 컬렉션에 추가합니다.

NewAt(Int32)

새 출력 열 개체를 만들어 지정한 인덱스의 컬렉션에 추가합니다.

RemoveAll()

컬렉션에서 모든 출력 열 개체를 삭제합니다.

RemoveObjectByID(Int32)

컬렉션에서 지정한 ID의 출력 열 개체를 삭제합니다.

RemoveObjectByIndex(Object)

컬렉션의 지정한 위치에서 IDTSOutputColumn100 개체를 제거합니다.

SetIndex(Int32, Int32)

출력 열을 컬렉션의 새 위치로 이동합니다.

적용 대상