IDTSTask100.ExecutionValue Property
Definition
public:
property System::Object ^ ExecutionValue { System::Object ^ get(); };
[System.Runtime.InteropServices.DispId(39)]
[get: System.Runtime.InteropServices.DispId(39)]
public object ExecutionValue { 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