Share via


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)

Syntax

'Declaration
Public Overrides ReadOnly Property ExecutionValue As Object 
    Get
'Usage
Dim instance As ASExecuteDDLTask 
Dim value As Object 

value = instance.ExecutionValue
public override Object ExecutionValue { get; }
public:
virtual property Object^ ExecutionValue {
    Object^ get () override;
}
abstract ExecutionValue : Object 
override ExecutionValue : Object
override function get ExecutionValue () : Object

Property Value

Type: System.Object
The result of the Analysis Services Execute DDL task.

See Also

Reference

ASExecuteDDLTask Class

Microsoft.DataTransformationServices.Tasks.DTSProcessingTask Namespace