Proprietà ASExecuteDDLTask.ExecutionValue

Gets the result of the Analysis Services Execute DDL task.

Spazio dei nomi  Microsoft.DataTransformationServices.Tasks.DTSProcessingTask
Assembly:  Microsoft.SqlServer.ASTasks (in Microsoft.SqlServer.ASTasks.dll)

Sintassi

'Dichiarazione
Public Overrides ReadOnly Property ExecutionValue As Object 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

ASExecuteDDLTask Classe

Spazio dei nomi Microsoft.DataTransformationServices.Tasks.DTSProcessingTask