PipelineComponent::ReinitializeMetaData Method ()
Repairs any errors identified during validation that cause the component to return VS_NEEDSNEWMETADATA at design time.
Assembly: Microsoft.SqlServer.PipelineHost (in Microsoft.SqlServer.PipelineHost.dll)
The ReinitializeMetaData method is called in response to the component returning VSNEEDSNEWMETADATA from Validate. Components should implement code that fixes these errors.
Show: