PipelineComponent::ProvideComponentProperties Method ()
Called when a component is first added to the data flow task, to initialize the ComponentMetaData of the component.
Assembly: Microsoft.SqlServer.PipelineHost (in Microsoft.SqlServer.PipelineHost.dll)
This method is called when a component is first added to a data flow task. It is similar to a constructor and is the method that initializes a component. Components should add their inputs, outputs, and custom properties during this method.
The base class adds synchronous IDTSInput100 and IDTSOutput100 object to the ComponentMetaData.
For more information, see Design-time Methods of a Data Flow Component.
Show: