IDTSComponentMetaData100.ValidateExternalMetadata Property
SQL Server 2012
Gets or sets a value that indicates whether the component validates its column metadata against its external data source at design time.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
When this property is true, the component connects to its external data source during design time and validates the columns in its input or output collections against the columns at the external data source.
When set to false, the component does not perform this "connected" validation, but validates its input and output columns against the columns in the IDTSExternalMetadataColumnCollection100 collection, if the developer has implemented this functionality.
