CManagedComponentWrapperClass.ProvideComponentProperties 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public:
virtual void ProvideComponentProperties() = Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2012::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 ()
實作
- 屬性
備註
將新元件加入至資料流程工作,並具現化元件的設計階段實例之後,直接呼叫這個方法。 這個方法類似于函式,在呼叫這個方法期間,元件會建立其輸入、輸出和自訂屬性。 使用這個方法會重設元件,讓方法可以用來從元件開始重新開機。