This topic has not yet been rated - Rate this topic

CManagedComponentWrapperClass.ProvideComponentProperties Method

Initializes or resets the IDTSComponentMetaData100 of the component.

Namespace:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
public virtual void ProvideComponentProperties()

Implements

IDTSDesigntimeComponent100.ProvideComponentProperties()

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.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.