IDTSTask100.ExecutionValue プロパティ

定義

実行の値を取得します。 このフィールドは読み取り専用です。

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

プロパティ値

実行の値です。

属性

注釈

詳細については、「Task」を参照してください。

適用対象