ASExecuteDDLTask.InternalValidate 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 DDL task internally.
protected:
override Microsoft::SqlServer::Dts::Runtime::DTSExecResult InternalValidate(Microsoft::SqlServer::Dts::Runtime::Connections ^ connections, Microsoft::SqlServer::Dts::Runtime::VariableDispenser ^ variableDispenser, Microsoft::SqlServer::Dts::Runtime::IDTSComponentEvents ^ events, Microsoft::SqlServer::Dts::Runtime::IDTSLogging ^ log);
protected override Microsoft.SqlServer.Dts.Runtime.DTSExecResult InternalValidate (Microsoft.SqlServer.Dts.Runtime.Connections connections, Microsoft.SqlServer.Dts.Runtime.VariableDispenser variableDispenser, Microsoft.SqlServer.Dts.Runtime.IDTSComponentEvents events, Microsoft.SqlServer.Dts.Runtime.IDTSLogging log);
override this.InternalValidate : Microsoft.SqlServer.Dts.Runtime.Connections * Microsoft.SqlServer.Dts.Runtime.VariableDispenser * Microsoft.SqlServer.Dts.Runtime.IDTSComponentEvents * Microsoft.SqlServer.Dts.Runtime.IDTSLogging -> Microsoft.SqlServer.Dts.Runtime.DTSExecResult
Protected Overrides Function InternalValidate (connections As Connections, variableDispenser As VariableDispenser, events As IDTSComponentEvents, log As IDTSLogging) As DTSExecResult
Parameters
- connections
- Connections
A Connections collection for the task.
- variableDispenser
- VariableDispenser
A Variables collection for the task.
- events
- IDTSComponentEvents
An IDTSComponentEvents interface to raise events.
- log
- IDTSLogging
An IDTSLogging interface.
Returns
A value from the DTSExecResult enumeration.