CManagedComponentWrapperClass.ProvideComponentProperties 메서드

정의

컴포넌트의 를 IDTSComponentMetaData100 초기화하거나 초기화합니다.

public:
 virtual void ProvideComponentProperties() = Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSDesigntimeComponent100::ProvideComponentProperties;
[System.Runtime.InteropServices.DispId(11)]
public virtual void ProvideComponentProperties();
[<System.Runtime.InteropServices.DispId(11)>]
abstract member ProvideComponentProperties : unit -> unit
override this.ProvideComponentProperties : unit -> unit
Public Overridable Sub ProvideComponentProperties ()

구현

특성

설명

이 메서드는 데이터 흐름 태스크에 새 컴포넌트를 추가하고 컴포넌트의 설계 시 인스턴스를 인스턴스화한 직후에 호출합니다. 이 메서드는 구성 요소가 이 메서드를 호출하는 동안 입력, 출력, 그리고 사용자 정의 속성을 생성한다는 점에서 구성자와 유사합니다. 이 메서드를 사용하면 컴포넌트가 초기화되므로, 컴포넌트를 새로 시작할 수 있습니다.

적용 대상