IDTSInputColumnCollection100 인터페이스

정의

여러 열을 포함 IDTSInputColumn100 하고 있습니다.

public interface class IDTSInputColumnCollection100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("8CE41D62-FEAD-4EFF-8810-7463B5A80F4C")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSInputColumnCollection100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("E53B51EF-A945-4F2D-A4D6-ABD74A9DAFEF")]
public interface IDTSInputColumnCollection100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("041DA657-647A-47CB-90F4-842D75E90075")]
public interface IDTSInputColumnCollection100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("8CE41D62-FEAD-4EFF-8810-7463B5A80F4C")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSInputColumnCollection100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("E53B51EF-A945-4F2D-A4D6-ABD74A9DAFEF")>]
type IDTSInputColumnCollection100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("041DA657-647A-47CB-90F4-842D75E90075")>]
type IDTSInputColumnCollection100 = interface
    interface IEnumerable
Public Interface IDTSInputColumnCollection100
Implements IEnumerable
특성
구현

설명

IDTSInputColumnCollection100에는 IDTSInputColumn100 개체의 컬렉션이 포함됩니다. 컬렉션은 컬렉션 내 항목을 추가, 삭제, 열거할 수 있는 기능을 제공합니다.

컬렉션 내 열은 일반적으로 설계 시 인터페이스의 메서드를 호출 SetUsageType 하여 컬렉션에 삽입됩니다. 이 방법은 열의 속성을 설정 UsageType 하고 그것을 컬렉션에 배치합니다.

속성

Name Description
Count

컬렉션에 포함된 열 수를 받습니다.

Item[Object]

매개변수로 Index 지정된 객체를 IDTSInputColumn100 가져옵니다.

메서드

Name Description
FindObjectByID(Int32)

요청된 객체를 ID로 컬렉션 내에서 찾습니다.

FindObjectIndexByID(Int32)

요청된 객체의 인덱스를 ID로 찾아냅니다.

GetEnumerator()

. 를 반복 IDTSInputColumnCollection100할 수 있는 열거자를 반환합니다.

GetInputColumnByLineageID(Int32)

지정된 계보 ID를 가진 객체를 IDTSInputColumn100 가져옵니다.

GetInputColumnByName(String, String)

지정된 이름을 가진 객체를 IDTSInputColumn100 검색합니다.

GetObjectByID(Int32)

지정된 ID를 가진 객체를 IDTSInputColumn100 가져옵니다.

GetObjectIndexByID(Int32)

지정된 ID를 가진 객체의 IDTSInputColumn100 인덱스를 얻습니다.

New()

IDTSInputColumn100 파일을 생성하고 컬렉션에 추가합니다.

NewAt(Int32)

새로운 IDTSInputColumn100 객체를 생성하여 지정된 인덱스의 컬렉션에 추가합니다.

RemoveAll()

컬렉션 내 모든 IDTSInputColumnCollection100 객체를 삭제합니다.

RemoveObjectByID(Int32)

ID로 지정된 객체를 IDTSInputColumn100 삭제합니다.

RemoveObjectByIndex(Object)

컬렉션 내에서 지정된 위치에서 a IDTSInputColumn100 를 삭제합니다.

SetIndex(Int32, Int32)

매개변수에 의해 lOldIndex 지정된 객체의 IDTSInputColumn100 위치를 변경합니다.

적용 대상