ASExecuteDDLTask.ValidateDDL 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.
Verifies that the DDL task is properly configured.
protected:
override bool ValidateDDL(Microsoft::SqlServer::Dts::Runtime::VariableDispenser ^ variableDispenser, Microsoft::SqlServer::Dts::Runtime::Connections ^ connections, [Runtime::InteropServices::Out] Exception ^ % ex);
protected override bool ValidateDDL (Microsoft.SqlServer.Dts.Runtime.VariableDispenser variableDispenser, Microsoft.SqlServer.Dts.Runtime.Connections connections, out Exception ex);
override this.ValidateDDL : Microsoft.SqlServer.Dts.Runtime.VariableDispenser * Microsoft.SqlServer.Dts.Runtime.Connections * Exception -> bool
Protected Overrides Function ValidateDDL (variableDispenser As VariableDispenser, connections As Connections, ByRef ex As Exception) As Boolean
Parameters
- variableDispenser
- VariableDispenser
A Variables collection for the task.
- connections
- Connections
A Connections collection for the task.
- ex
- Exception
When this method returns, contains the exception during validation if any or null if no exception has occurred.
Returns
true if the validation succeeded; otherwise, false.