ASExecuteDDLTask::InternalValidate Method (Connections^, VariableDispenser^, IDTSComponentEvents^, IDTSLogging^)
This API supports the product infrastructure and is not intended to be used directly from your code.
Validates the DDL task internally.
Assembly: Microsoft.SqlServer.ASTasks (in Microsoft.SqlServer.ASTasks.dll)
protected: virtual DTSExecResult InternalValidate( Connections^ connections, VariableDispenser^ variableDispenser, IDTSComponentEvents^ events, IDTSLogging^ log ) override
Parameters
- connections
-
Type:
Microsoft.SqlServer.Dts.Runtime::Connections^
A Connections collection for the task.
- variableDispenser
-
Type:
Microsoft.SqlServer.Dts.Runtime::VariableDispenser^
A Variables collection for the task.
- events
-
Type:
Microsoft.SqlServer.Dts.Runtime::IDTSComponentEvents^
An IDTSComponentEvents interface to raise events.
- log
-
Type:
Microsoft.SqlServer.Dts.Runtime::IDTSLogging^
An IDTSLogging interface.
Return Value
Type: Microsoft.SqlServer.Dts.Runtime::DTSExecResultA value from the DTSExecResult enumeration.
Show: