IDTSComponentMetaData100.CustomPropertyCollection 속성

정의

컴포넌트가 노출한 커스텀 속성 모음을 얻습니다.

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

속성 값

컴포넌트가 노출하는 커스텀 속성의 집합입니다.

특성

설명

커스텀 속성 컬렉션에는 컴포넌트가 컬렉션에 추가한 객체들이 IDTSCustomProperty100 포함되어 있습니다. 데이터 흐름 구성 요소를 프로그래밍적으로 생성하거나 수정하는 개발자는 이러한 속성의 값을 직접 설정하지 말고, 대신 구성 요소의 설계 시 인스턴스의 메서드를 SetComponentProperty 호출해야 합니다.

적용 대상