CManagedComponentWrapperClass.ReinitializeMetaData 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.
Called to allow the component to repair problems with the IDTSComponentMetaData100 object that were identified by the component during the Validate() method.
public:
virtual void ReinitializeMetaData() = Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSDesigntimeComponent100::ReinitializeMetaData;
[System.Runtime.InteropServices.DispId(12)]
public virtual void ReinitializeMetaData ();
[<System.Runtime.InteropServices.DispId(12)>]
abstract member ReinitializeMetaData : unit -> unit
override this.ReinitializeMetaData : unit -> unit
Public Overridable Sub ReinitializeMetaData ()
Implements
- Attributes
Remarks
Call this method when the component returns VS_NEEDSNEWMETADATA from the Validate method. The component will repair any errors that were discovered during validation.