Partilhar via


Propriedade do RDL ASExecuteDDLTask.ExecutionValue

Gets the result of the Analysis Services Execute DDL task.

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

Sintaxe

'Declaração
Public Overrides ReadOnly Property ExecutionValue As Object 
    Get
'Uso
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

Valor da propriedade

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

Consulte também

Referência

ASExecuteDDLTask Classe

Namespace Microsoft.DataTransformationServices.Tasks.DTSProcessingTask