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열을 기반으로 컬럼을 생성하는 것이었다.

속성

Name Description
Count

컬렉션의 열 수를 IDTSOutput100 얻습니다.

Item[Object]

매개변수에 의해 IDTSOutputColumn100 지정된 값을 Index 얻습니다.

메서드

Name Description
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)

출력 열을 컬렉션 내 새로운 위치로 이동시킵니다.

적용 대상