IDTSInputColumnCollection100 인터페이스

정의

public interface class IDTSInputColumnCollection100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("24244D48-2764-4F79-8E33-4C9A7B8D4E2D")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSInputColumnCollection100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("24244D48-2764-4F79-8E33-4C9A7B8D4E2D")>]
[<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)

적용 대상