ValidateExternalMetadata Properties for SSIS component

Source: Internet
Author: User
Tags ssis

ValidateExternalMetadata Property

Indicates whether the component validates its column metadata against it external data source at design time. When the "is true", the component connects to its external data source during design time and validates the column s in it input or output collections against the columns at the external data source. When set to False, the component does isn't perform this "connected" validation.

The ValidateExternalMetadata property is an attribute of componet, and in VS, the component that appears on the Data Flow tab has this property.

By default, thevalidateexternalmetadata property is set to True , so any time we open a package, add a component, or run a package,SSIS is linked to the data source and validates the external metadata. When the ValidateExternalMetadata property is set to False ,SSIS validates the data source when it runs to the component, in Desgin Time does not validate the source data.

The applicable case is that a staging table does not exist in design time, and when the package runtime, the high component of the component creates the staging table, and when the package runs to that component, because the staging table already exists, the component validates the , to be able to run successfully.

ValidateExternalMetadata Properties for SSIS component

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.