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.
请参阅
参考
Microsoft.DataTransformationServices.Tasks.DTSProcessingTask 命名空间