ASExecuteDDLTask::ExecutionValue Property

 

Gets the result of the Analysis Services Execute DDL task.

Namespace:   Microsoft.DataTransformationServices.Tasks.DTSProcessingTask
Assembly:  Microsoft.SqlServer.ASTasks (in Microsoft.SqlServer.ASTasks.dll)

public:
property Object^ ExecutionValue {
	virtual Object^ get() override;
}

Property Value

Type: System::Object^

The result of the Analysis Services Execute DDL task.

Return to top
Show: