IDTSComponentMetaData100.OutputCollection 속성

정의

컴포넌트가 정의한 객체들의 IDTSOutput100 집합을 가져옵니다.

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

속성 값

구성 요소의 일부 IDTSOutputCollection100 .

특성

설명

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

적용 대상