IDTSCustomPropertyCollection100.New 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
새 IDTSCustomProperty100 개체를 만들어 컬렉션의 끝에 추가합니다.
public:
Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSCustomProperty100 ^ New();
[System.Runtime.InteropServices.DispId(14)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100 New ();
[<System.Runtime.InteropServices.DispId(14)>]
abstract member New : unit -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100
Public Function New () As IDTSCustomProperty100
반환
새로 만든 IDTSCustomProperty100 개체입니다.
- 특성
설명
구성 요소는 구성 요소가 데이터 흐름 태스크에 추가된 후 SSIS 디자이너가 호출하는 동안 ProvideComponentProperties컬렉션에 사용자 지정 속성만 추가해야 합니다.