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 하고 그것을 컬렉션에 배치합니다.

적용 대상