IDTSComponentMetaData100.CustomPropertyCollection 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
컴포넌트가 노출한 커스텀 속성 모음을 얻습니다.
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 호출해야 합니다.