IDTSTask100.ExecutionValue Property

Definition

Gets the value of the execution. This field is read-only.

public:
 property System::Object ^ ExecutionValue { System::Object ^ get(); };
[System.Runtime.InteropServices.DispId(39)]
public object ExecutionValue { [System.Runtime.InteropServices.DispId(39)] get; }
[<System.Runtime.InteropServices.DispId(39)>]
[<get: System.Runtime.InteropServices.DispId(39)>]
member this.ExecutionValue : obj
Public ReadOnly Property ExecutionValue As Object

Property Value

The value of the execution.

Attributes

Remarks

For more information, see Task.

Applies to