CManagedComponentWrapperClass.ProvideComponentProperties Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 ()
Implements
- Attributes
Remarks
Call this method directly after adding a new component to the data flow task and instantiating the design time instance of the component. This method is similar to a constructor in that the component creates its inputs, outputs, and custom properties during the call to this method. Using this method resets the component, so the method can be used to start fresh with a component.