PipelineComponentExt.ValidateExternalMetadata 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.
public:
Microsoft::SqlServer::Dts::Pipeline::Wrapper::DTSValidationStatus ValidateExternalMetadata(System::Data::DataTable ^ schemaTable, Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSOutput100 ^ output);
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.DTSValidationStatus ValidateExternalMetadata (System.Data.DataTable schemaTable, Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSOutput100 output);
member this.ValidateExternalMetadata : System.Data.DataTable * Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSOutput100 -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.DTSValidationStatus
Public Function ValidateExternalMetadata (schemaTable As DataTable, output As IDTSOutput100) As DTSValidationStatus
Parameters
- schemaTable
- DataTable
- output
- IDTSOutput100