共用方式為


XMLTask.ExecutionValue 屬性

Returns the result of the task execution.

命名空間:  Microsoft.SqlServer.Dts.Tasks.XMLTask
組件:  Microsoft.SqlServer.XMLTask (在 Microsoft.SqlServer.XMLTask.dll 中)

語法

'宣告
Public Overrides ReadOnly Property ExecutionValue As Object 
    Get
'用途
Dim instance As XMLTask 
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
A user-defined object.

備註

This property is read-only, and is inherited by the XML Task from the Task class.

請參閱

參考

XMLTask 類別

Microsoft.SqlServer.Dts.Tasks.XMLTask 命名空間