IDTSInputColumnCollection100 인터페이스

정의

public interface class IDTSInputColumnCollection100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("C2E3A7F7-D5C2-440F-AC3D-00E8ABFB7BCD")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSInputColumnCollection100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("C2E3A7F7-D5C2-440F-AC3D-00E8ABFB7BCD")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSInputColumnCollection100 = interface
    interface IEnumerable
Public Interface IDTSInputColumnCollection100
Implements IEnumerable
특성
구현

설명

IDTSInputColumnCollection100에는 IDTSInputColumn100 개체의 컬렉션이 포함되어 있습니다. 컬렉션은 컬렉션의 항목을 추가, 삭제 및 열거하는 기능을 제공합니다.

컬렉션의 열은 일반적으로 디자인 타임 인터페이스의 메서드를 SetUsageType 호출하여 컬렉션에 삽입됩니다. 이 메서드는 열의 UsageType 속성을 설정하고 컬렉션에 배치합니다.

속성

Count
Item[Object]

메서드

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

적용 대상