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 속성을 설정하고 컬렉션에 배치합니다.

속성

Count

컬렉션에 포함된 열 수를 가져옵니다.

Item[Object]

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

메서드

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)

컬렉션의 지정된 위치에서 IDTSInputColumn100을 삭제합니다.

SetIndex(Int32, Int32)

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

적용 대상