หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Returns the result of the task execution.
Namespace: Microsoft.SqlServer.Dts.Tasks.XMLTask
Assembly: Microsoft.SqlServer.XMLTask (in Microsoft.SqlServer.XMLTask.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property ExecutionValue As Object
Get
'Usage
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
Property Value
Type: System.Object
A user-defined object.
Remarks
This property is read-only, and is inherited by the XML Task from the Task class.