ASTaskBase.ValidateDDL(VariableDispenser, Connections, Exception) 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.
Validates the data definition language.
protected:
virtual bool ValidateDDL(Microsoft::SqlServer::Dts::Runtime::VariableDispenser ^ variableDispenser, Microsoft::SqlServer::Dts::Runtime::Connections ^ connections, [Runtime::InteropServices::Out] Exception ^ % ex);
protected virtual bool ValidateDDL (Microsoft.SqlServer.Dts.Runtime.VariableDispenser variableDispenser, Microsoft.SqlServer.Dts.Runtime.Connections connections, out Exception ex);
abstract member ValidateDDL : Microsoft.SqlServer.Dts.Runtime.VariableDispenser * Microsoft.SqlServer.Dts.Runtime.Connections * Exception -> bool
override this.ValidateDDL : Microsoft.SqlServer.Dts.Runtime.VariableDispenser * Microsoft.SqlServer.Dts.Runtime.Connections * Exception -> bool
Protected Overridable Function ValidateDDL (variableDispenser As VariableDispenser, connections As Connections, ByRef ex As Exception) As Boolean
Parameters
- variableDispenser
- VariableDispenser
The variable description.
- connections
- Connections
The connections.
- ex
- Exception
The exception.
Returns
The validated DLL.