Share via


ASExecuteDDLTask.ExecutionValue 속성

Gets the result of the Analysis Services Execute DDL task.

네임스페이스:  Microsoft.DataTransformationServices.Tasks.DTSProcessingTask
어셈블리:  Microsoft.SqlServer.ASTasks(Microsoft.SqlServer.ASTasks.dll)

구문

‘선언
Public Overrides ReadOnly Property ExecutionValue As Object 
    Get
‘사용 방법
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

속성 값

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

참고 항목

참조

ASExecuteDDLTask 클래스

Microsoft.DataTransformationServices.Tasks.DTSProcessingTask 네임스페이스