IExecuteResult.ReturnValue プロパティ

定義

実行されたクエリの戻り値または実行結果を取得します。

public:
 property System::Object ^ ReturnValue { System::Object ^ get(); };
public object ReturnValue { get; }
member this.ReturnValue : obj
Public ReadOnly Property ReturnValue As Object

プロパティ値

実行されたクエリの戻り値または実行結果。

注釈

このオブジェクトの基になる型は、 Type クエリ式の プロパティと同じです。

適用対象