IDTSComponentMetaData100.InputCollection 속성

정의

컴포넌트의 객체 모음 IDTSInput100 을 가져옵니다.

public:
 property Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSInputCollection100 ^ InputCollection { Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSInputCollection100 ^ get(); };
[System.Runtime.InteropServices.DispId(102)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSInputCollection100 InputCollection { [System.Runtime.InteropServices.DispId(102)] get; }
[<System.Runtime.InteropServices.DispId(102)>]
[<get: System.Runtime.InteropServices.DispId(102)>]
member this.InputCollection : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSInputCollection100
Public ReadOnly Property InputCollection As IDTSInputCollection100

속성 값

컴포넌트 모음입니다 IDTSInputCollection100 .

특성

설명

이 컬렉션에는 컴포넌트가 정의한 객체들이 IDTSInput100 포함되어 있습니다. 이 도구는 컬렉션에서 입력 객체에 접근, 추가, 제거하는 데 사용할 수 있습니다. 새로운 입력 객체는 컬렉션의 메서드를 New 호출하여 생성되고 컬렉션에 추가됩니다. 데이터 플로우 작업에서 프로그래밍적으로 컴포넌트를 추가하거나 기존 컴포넌트를 수정할 때, 컬렉션을 직접 수정해서는 안 됩니다. 대신 구성 요소 CManagedComponentWrapperClass의 설계 시 인스턴스 메서드 를 호출해야 합니다.

적용 대상