다음을 통해 공유


IDTSComponentMetaData100.CustomPropertyCollection 속성

정의

public:
 property Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2012::IDTSCustomPropertyCollection100 ^ CustomPropertyCollection { Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2012::IDTSCustomPropertyCollection100 ^ get(); };
[System.Runtime.InteropServices.DispId(105)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012.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.Sql2012.IDTSCustomPropertyCollection100
Public ReadOnly Property CustomPropertyCollection As IDTSCustomPropertyCollection100

속성 값

구성 요소에서 노출하는 사용자 지정 속성의 컬렉션입니다.

특성

설명

사용자 지정 속성 컬렉션에는 구성 요소에 의해 컬렉션에 추가된 IDTSCustomProperty100 개체가 포함됩니다. 프로그래밍 방식으로 데이터 흐름 구성 요소를 빌드하거나 수정하는 개발자는 이러한 속성의 값을 직접 설정하지 말고 대신 구성 요소의 디자인 타임 인스턴스의 SetComponentProperty 메서드를 호출해야 합니다.

적용 대상