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 해야 합니다.