ASTaskBase::Validate Method (Connections^, VariableDispenser^, IDTSComponentEvents^, IDTSLogging^)
This API supports the product infrastructure and is not intended to be used directly from your code.
Validates the analysis service task.
Assembly: Microsoft.SqlServer.ASTasks (in Microsoft.SqlServer.ASTasks.dll)
public: virtual DTSExecResult Validate( Connections^ connections, VariableDispenser^ variableDispenser, IDTSComponentEvents^ events, IDTSLogging^ log ) override
Parameters
- connections
-
Type:
Microsoft.SqlServer.Dts.Runtime::Connections^
The connections.
- variableDispenser
-
Type:
Microsoft.SqlServer.Dts.Runtime::VariableDispenser^
The variable description.
- events
-
Type:
Microsoft.SqlServer.Dts.Runtime::IDTSComponentEvents^
The event.
- log
-
Type:
Microsoft.SqlServer.Dts.Runtime::IDTSLogging^
The log.
Show: