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